diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:28:22 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 07:06:52 +0000 |
commit | 2e0db91d90f46348cbde9fe51e2ce1c1fffd7cfa (patch) | |
tree | 08d33ae848791982c017086588b53148c201fddd /desktop/source/lib | |
parent | 3063d55b8be2188532e3e2892f440ff0d481db71 (diff) |
Fix typos
Change-Id: I6b547a864e7a8c8eeedcd7f7c56796e2b3a606d1
Reviewed-on: https://gerrit.libreoffice.org/34807
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/lib')
-rw-r--r-- | desktop/source/lib/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 50c51eea3d2d..89659fa7bcc4 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1288,7 +1288,7 @@ static bool lo_runMacro( LibreOfficeKit* pThis, const char *pURL) if (aErr.Name == "ErrorCode") { - pLib->maLastExceptionMsg = "An error occured running macro"; + pLib->maLastExceptionMsg = "An error occurred running macro"; SAL_INFO("lok", "Macro execution terminated with errors"); return false; } |