summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/readguard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/readguard.hxx')
-rw-r--r--framework/inc/threadhelp/readguard.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/readguard.hxx b/framework/inc/threadhelp/readguard.hxx
index 22f337a61c08..ea59f8006a9f 100644
--- a/framework/inc/threadhelp/readguard.hxx
+++ b/framework/inc/threadhelp/readguard.hxx
@@ -31,7 +31,7 @@ namespace framework{
/*-************************************************************************************************************//**
@short implement a guard to set read locks
@descr This guard should be used to set a lock for reading object internal member.
- Nobody can control it but don't use member after successfuly locking for writing!
+ Nobody can control it but don't use member after successfully locking for writing!
We never need a own mutex to safe our internal member access - because
a guard is used as function-local member only. There exist no multithreaded access to it realy ...