summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-24 22:32:09 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-25 08:38:21 +0200
commitb0455098d7d4f7a05849d97180321096d00ddbee (patch)
treec94b8c7c88a32f7707a3fe18867bb70ad3914252 /extensions/source
parent91c9b0ad63e768971e13343b5127bb28b61a9020 (diff)
Fix typo
Change-Id: I91d07eb59329030a1c7503062816773ea5b09cbd Reviewed-on: https://gerrit.libreoffice.org/72928 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/logging/loghandler.hxx2
1 files changed, 1 insertions, 1 deletions
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>