summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-17 09:52:20 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-17 19:34:53 +0100
commitb12acadfeade6749f2d3f522811539b6f1f6e664 (patch)
tree44fb3211211ab3e50737a1f7b1a8bf48b76825d3 /framework
parent35d548e414903c9f513c0899a2bab475ff56d0f0 (diff)
Fix typos
Change-Id: Ie41eaccb9a70769e43b945595039f6f598e78c8a Reviewed-on: https://gerrit.libreoffice.org/63489 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/autorecovery.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 844591d56a20..cb1c30858d6a 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -1092,8 +1092,8 @@ class CacheLockGuard
// this variable knows the state of the "cache lock"
sal_Int32& m_rCacheLock;
- // to prevent increasing/decreasing of m_rCacheLock more than ones
- // we must know if THIS guard has an actual lock set there !
+ // to prevent increasing/decreasing of m_rCacheLock more than once
+ // we must know if THIS guard has an actual lock set there!
bool m_bLockedByThisGuard;
public: