summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:43:05 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-20 07:26:20 +0200
commit8ae297fde961abcba627d62936efdbb5c6fe03d3 (patch)
treee8746fd045df8e9f318f022063096f053e93ee25
parent4c869c04e2fde4b233544594c4e5e27490797805 (diff)
Fix typo
Change-Id: I8169fab36b9664f7a820c9f6781e0c61723aeecc Reviewed-on: https://gerrit.libreoffice.org/74391 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--framework/source/inc/loadenv/loadenvexception.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx
index 72669cc59691..73639cace389 100644
--- a/framework/source/inc/loadenv/loadenvexception.hxx
+++ b/framework/source/inc/loadenv/loadenvexception.hxx
@@ -69,7 +69,7 @@ class LoadEnvException
ID_STILL_RUNNING,
/** @short sometimes we can't specify the reason for an error, because we
- was interrupted by an called code in an unexpected way ...
+ was interrupted by a called code in an unexpected way ...
*/
ID_GENERAL_ERROR
};