framework/source/inc/loadenv/loadenvexception.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8ae297fde961abcba627d62936efdbb5c6fe03d3 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:43:05 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jun 20 07:26:20 2019 +0200 Fix typo Change-Id: I8169fab36b9664f7a820c9f6781e0c61723aeecc Reviewed-on: https://gerrit.libreoffice.org/74391 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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 }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
