diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 12:46:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 17:24:16 +0000 |
commit | 5a72da3d979d88442ea5b7f1f54ba9811173ec64 (patch) | |
tree | 42b746fb4a965e294ad307beaae1e76082fa7d38 /scripting/source/protocolhandler | |
parent | feeb8ccfe1aff373e158b64f76e35da1a4e295c0 (diff) |
Fix typos
Change-Id: I4e1a613fc99b931e84a1955695364e1d25e25e5c
Reviewed-on: https://gerrit.libreoffice.org/35642
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'scripting/source/protocolhandler')
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx index 30be7b53a730..50188ae52e74 100644 --- a/scripting/source/protocolhandler/scripthandler.cxx +++ b/scripting/source/protocolhandler/scripthandler.cxx @@ -166,7 +166,7 @@ void SAL_CALL ScriptProtocolHandler::dispatchWithNotification( { SAL_WARN("scripting", "ScriptProtocolHandler::dispatchWithNotification: caught RuntimeException" - "while dispatchFinished with failture of the execution " + "while dispatchFinished with failure of the execution " << e.Message ); } } |