summaryrefslogtreecommitdiffstats
path: root/framework/inc/threadhelp/resetableguard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/resetableguard.hxx')
-rw-r--r--framework/inc/threadhelp/resetableguard.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/threadhelp/resetableguard.hxx b/framework/inc/threadhelp/resetableguard.hxx
index 9d29350b928e..e6787a723037 100644
--- a/framework/inc/threadhelp/resetableguard.hxx
+++ b/framework/inc/threadhelp/resetableguard.hxx
@@ -54,7 +54,7 @@ class ResetableGuard : private INonCopyable
/*-****************************************************************************************************//**
@short ctors
@descr Use these ctor methods to initialize the guard right.
- Given lock reference must be valid - otherwise crashes could occure!
+ Given lock reference must be valid - otherwise crashes could occur!
@seealso -
@@ -139,7 +139,7 @@ class ResetableGuard : 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