From 86959e5cd7eabeaf7f1695e967e21c067d82ad5f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 8 May 2019 10:13:21 +0000 Subject: Fix typo Change-Id: I5782a3968485c919728f0db70088e3727f0b18fb Reviewed-on: https://gerrit.libreoffice.org/72182 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- desktop/inc/app.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/inc/app.hxx') 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 ); -- cgit