[Libreoffice-commits] core.git: extensions/source
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Jun 26 07:55:55 UTC 2018
extensions/source/ole/unoobjw.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 432449d075bb93f624fd64326e8d33543a6bab34
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Jun 25 23:49:47 2018 +0200
Fix typo
Change-Id: I47cf4db535562e4db505b44981d86d40171e7630
Reviewed-on: https://gerrit.libreoffice.org/56424
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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:
More information about the Libreoffice-commits
mailing list