[Libreoffice-commits] core.git: extensions/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Jun 1 05:22:50 UTC 2018


 extensions/source/ole/unoobjw.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 38a4e63aef60bd92fe776c49039c6a1a8479d517
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu May 31 09:48:21 2018 +0200

    Fix typos
    
    Change-Id: I17d6a674fbe7b5eebd21cad5a9491c129679e5c1
    Reviewed-on: https://gerrit.libreoffice.org/55117
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index a9c579e1fc23..8d131c9f287a 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -2339,7 +2339,7 @@ Sink::Call( const OUString& Method, Sequence< Any >& Arguments )
         }
         nMemId++;
     }
-    SAL_WARN("extensions.olebridge", "Sink::Call: Uknown method '" << Method << "'");
+    SAL_WARN("extensions.olebridge", "Sink::Call: Unknown method '" << Method << "'");
 }
 
 class CXEnumConnections : public IEnumConnections,


More information about the Libreoffice-commits mailing list