From 7b680c07584956ff5ffd053f2d7ce6d887025cc1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 12 May 2019 06:55:38 +0000 Subject: Fix typo Change-Id: Ib108b098aec8a4607cff765cc20d797b8bb79ca6 Reviewed-on: https://gerrit.libreoffice.org/72184 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit