[Libreoffice-commits] core.git: 2 commits - desktop/inc desktop/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun May 12 07:02:03 UTC 2019


 desktop/inc/app.hxx        |    2 +-
 desktop/source/app/app.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 86959e5cd7eabeaf7f1695e967e21c067d82ad5f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:21 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 12 09:01:14 2019 +0200

    Fix typo
    
    Change-Id: I5782a3968485c919728f0db70088e3727f0b18fb
    Reviewed-on: https://gerrit.libreoffice.org/72182
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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 );
 
commit 7b680c07584956ff5ffd053f2d7ce6d887025cc1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun May 12 06:55:38 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 12 09:00:43 2019 +0200

    Fix typo
    
    Change-Id: Ib108b098aec8a4607cff765cc20d797b8bb79ca6
    Reviewed-on: https://gerrit.libreoffice.org/72184
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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 )


More information about the Libreoffice-commits mailing list