From 432449d075bb93f624fd64326e8d33543a6bab34 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 25 Jun 2018 23:49:47 +0200 Subject: Fix typo Change-Id: I47cf4db535562e4db505b44981d86d40171e7630 Reviewed-on: https://gerrit.libreoffice.org/56424 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/ole/unoobjw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index af4a20d2db95..0c0347320096 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -1860,7 +1860,7 @@ STDMETHODIMP InterfaceOleWrapper::Invoke(DISPID dispidMember, // Actual call: // foo(10, 20, E:=50, D:=40, F:=60) // - // That is, A and B are pased positionally, D, E, and F as named arguments, + // That is, A and B are passed positionally, D, E, and F as named arguments, // and the optional C and G parameters are left out. // // Incoming DISPPARAMS: -- cgit