summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-08 10:13:21 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-12 09:01:14 +0200
commit86959e5cd7eabeaf7f1695e967e21c067d82ad5f (patch)
treee12d0fdd4f4849abe61e55b932b5e8e098c399e7 /desktop
parent7b680c07584956ff5ffd053f2d7ce6d887025cc1 (diff)
Fix typo
Change-Id: I5782a3968485c919728f0db70088e3727f0b18fb Reviewed-on: https://gerrit.libreoffice.org/72182 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/inc/app.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 9f885cf0bd37..817945c54e47 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -141,7 +141,7 @@ class Desktop : public Application
static void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const OUString& aMsg );
- // 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
static OUString CreateErrorMsgString( utl::Bootstrap::FailureCode nFailureCode,
const OUString& aFileURL );