summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/servicehandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/servicehandler.cxx')
-rw-r--r--framework/source/dispatch/servicehandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx
index 51ed2d5b07ab..8ef3913c76e3 100644
--- a/framework/source/dispatch/servicehandler.cxx
+++ b/framework/source/dispatch/servicehandler.cxx
@@ -216,8 +216,8 @@ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( con
xExecuteable->trigger(sArguments);
}
// ignore all errors - inclusive runtime errors!
- // E.g. a script based service (written in phyton) could not be executed
- // because it contains syntax errors, which was detected at runtime ...
+ // E.g. a script based service (written in Python) could not be executed
+ // because it contains syntax errors, which was detected at runtime...
catch(const css::uno::Exception& e)
{
SAL_WARN(