summaryrefslogtreecommitdiffstats
path: root/framework/inc/threadhelp/writeguard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/writeguard.hxx')
-rw-r--r--framework/inc/threadhelp/writeguard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/threadhelp/writeguard.hxx b/framework/inc/threadhelp/writeguard.hxx
index 0f1ba4f4d981..8e653cbcd660 100644
--- a/framework/inc/threadhelp/writeguard.hxx
+++ b/framework/inc/threadhelp/writeguard.hxx
@@ -188,7 +188,7 @@ class WriteGuard : private INonCopyable
@param -
@return Current set lock mode.
- @onerror No error should occure.
+ @onerror No error should occur.
*//*-*****************************************************************************************************/
inline ELockMode getMode() const
{
@@ -202,7 +202,7 @@ class WriteGuard : private INonCopyable
/*-****************************************************************************************************//**
@short disable using of these functions!
- @descr It's not allowed to use this methods. Different problem can occure otherwise.
+ @descr It's not allowed to use this methods. Different problem can occur otherwise.
Thats why we disable it by make it private.
@seealso other ctor