diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-04-10 22:51:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-04-10 22:01:01 +0000 |
commit | 297fd836b70d062c84980ef0c68f1e802c77a6d9 (patch) | |
tree | 9bb33077f94df91bbddd351fcb09b080d985f4a4 /cppuhelper | |
parent | efa26982992d9533db7ef10c788cb9476a7fdcd5 (diff) |
Typo: multible->multiple
Change-Id: I1c61841be58d49132ac3c69a6b227d75e829f769
Reviewed-on: https://gerrit.libreoffice.org/23972
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/component.cxx | 2 | ||||
-rw-r--r-- | cppuhelper/test/testpropshlp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx index 09a20cbfe2ca..1450ad59f7e7 100644 --- a/cppuhelper/source/component.cxx +++ b/cppuhelper/source/component.cxx @@ -146,7 +146,7 @@ void OComponentHelper::dispose() // Make it robust, hold a self Reference. Reference<XComponent > xSelf( this ); - // Guard dispose against multible threading + // Guard dispose against multiple threading // Remark: It is an error to call dispose more than once bool bDoDispose = false; { diff --git a/cppuhelper/test/testpropshlp.cxx b/cppuhelper/test/testpropshlp.cxx index e18b5dbfa31c..bde76c7dca67 100644 --- a/cppuhelper/test/testpropshlp.cxx +++ b/cppuhelper/test/testpropshlp.cxx @@ -1129,7 +1129,7 @@ void test_PropertySetHelper() OSL_ENSURE( pPS_L->nCount == pPS_L->nCurrent, "not all listeners called" ); - //vetoable exception with multible + //vetoable exception with multiple szPN[0] = "INT16"; szPN[1] = "INT16"; pPS->nINT32 = 0; |