diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-15 14:58:38 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2017-03-16 10:50:26 +0000 |
commit | 15e3ce53283f288cb2c4c52acb203c9c281914ac (patch) | |
tree | 9df72cca5afd8dcbc70fcfba083b116c99431e84 /sal | |
parent | 665d7a4e659114120009636aeb4049b10009f36e (diff) |
Fix typos
Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace
Reviewed-on: https://gerrit.libreoffice.org/35224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/mutex/osl_Mutex.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/osl/mutex/osl_Mutex.cxx b/sal/qa/osl/mutex/osl_Mutex.cxx index 023bb29d68e9..a016210952b3 100644 --- a/sal/qa/osl/mutex/osl_Mutex.cxx +++ b/sal/qa/osl/mutex/osl_Mutex.cxx @@ -640,7 +640,7 @@ namespace osl_ClearableGuard /// it will return sal_False if the aMutex has not been Guarded. bool bRes = aMutex.release( ); - CPPUNIT_ASSERT_MESSAGE("ClearableMutexGuard constructor, test the acquire operation when initilized.", + CPPUNIT_ASSERT_MESSAGE("ClearableMutexGuard constructor, test the acquire operation when initialized.", bRes); } @@ -654,7 +654,7 @@ namespace osl_ClearableGuard /// it will return sal_False if the aMutex has not been Guarded. bool bRes = aMutex.release( ); - CPPUNIT_ASSERT_MESSAGE("ClearableMutexGuard constructor, test the acquire operation when initilized, we use reference constructor this time.", + CPPUNIT_ASSERT_MESSAGE("ClearableMutexGuard constructor, test the acquire operation when initialized, we use reference constructor this time.", bRes); } @@ -774,7 +774,7 @@ namespace osl_ResettableGuard /// it will return sal_False if the aMutex has not been Guarded. bool bRes = aMutex.release( ); - CPPUNIT_ASSERT_MESSAGE("ResettableMutexGuard constructor, test the acquire operation when initilized.", + CPPUNIT_ASSERT_MESSAGE("ResettableMutexGuard constructor, test the acquire operation when initialized.", bRes); } @@ -788,7 +788,7 @@ namespace osl_ResettableGuard /// it will return sal_False if the aMutex has not been Guarded. bool bRes = aMutex.release( ); - CPPUNIT_ASSERT_MESSAGE( "ResettableMutexGuard constructor, test the acquire operation when initilized, we use reference constructor this time.", + CPPUNIT_ASSERT_MESSAGE( "ResettableMutexGuard constructor, test the acquire operation when initialized, we use reference constructor this time.", bRes); } |