[Libreoffice-commits] core.git: extensions/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 25 06:39:04 UTC 2019


 extensions/source/logging/loghandler.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b0455098d7d4f7a05849d97180321096d00ddbee
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 24 22:32:09 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 25 08:38:21 2019 +0200

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

diff --git a/extensions/source/logging/loghandler.hxx b/extensions/source/logging/loghandler.hxx
index 2187ffd78d98..89248c811c22 100644
--- a/extensions/source/logging/loghandler.hxx
+++ b/extensions/source/logging/loghandler.hxx
@@ -80,7 +80,7 @@ namespace logging
                     m_nLevel = _nLevel;
                 }
 
-        /** prepares implementation of an public accessible method of a log handler
+        /** prepares implementation of a public accessible method of a log handler
 
             <code>enterMethod</code> does the following things:
             <ul><li>It acquires the mutex given in the constructor.</li>


More information about the Libreoffice-commits mailing list