summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-12 06:55:38 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-12 09:00:43 +0200
commit7b680c07584956ff5ffd053f2d7ce6d887025cc1 (patch)
tree1ef45e66765b9c04cb050ebd7b7bcd4a38eb72e7 /desktop
parentFix typo (diff)
downloadcore-7b680c07584956ff5ffd053f2d7ce6d887025cc1.tar.gz
core-7b680c07584956ff5ffd053f2d7ce6d887025cc1.zip
Fix typo
Change-Id: Ib108b098aec8a4607cff765cc20d797b8bb79ca6 Reviewed-on: https://gerrit.libreoffice.org/72184 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index c516d19a6862..c761938b3d50 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -649,7 +649,7 @@ void Desktop::HandleBootstrapPathErrors( ::utl::Bootstrap::Status aBootstrapStat
}
}
-// Create a error message depending on bootstrap failure code and an optional file url
+// Create an error message depending on bootstrap failure code and an optional file url
OUString Desktop::CreateErrorMsgString(
utl::Bootstrap::FailureCode nFailureCode,
const OUString& aFileURL )