summaryrefslogtreecommitdiff
path: root/framework/source/fwi/threadhelp/lockhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwi/threadhelp/lockhelper.cxx')
-rw-r--r--framework/source/fwi/threadhelp/lockhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwi/threadhelp/lockhelper.cxx b/framework/source/fwi/threadhelp/lockhelper.cxx
index 3eb4f8bc7305..0a05c66b0011 100644
--- a/framework/source/fwi/threadhelp/lockhelper.cxx
+++ b/framework/source/fwi/threadhelp/lockhelper.cxx
@@ -254,7 +254,7 @@ void LockHelper::downgradeWriteAccess()
@param -
@return A reference to a static mutex/lock member.
- @onerror No error should occure.
+ @onerror No error should occur.
*//*-*************************************************************************************************************/
LockHelper& LockHelper::getGlobalLock()
{
@@ -292,7 +292,7 @@ LockHelper& LockHelper::getGlobalLock()
@param -
@return A reference to a shared mutex.
- @onerror No error should occure.
+ @onerror No error should occur.
*//*-*************************************************************************************************************/
::osl::Mutex& LockHelper::getShareableOslMutex()
{