diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-31 09:48:21 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-06-01 07:22:27 +0200 |
commit | 38a4e63aef60bd92fe776c49039c6a1a8479d517 (patch) | |
tree | afeac8eb814a424479bf296db7cb977b58789788 /extensions | |
parent | 9d2f37474b5420def2ad3c41074d3f20b86363f8 (diff) |
Fix typos
Change-Id: I17d6a674fbe7b5eebd21cad5a9491c129679e5c1
Reviewed-on: https://gerrit.libreoffice.org/55117
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |