diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:05:40 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-18 10:09:26 +0200 |
commit | 6742897f98e18be85abd1823edf97d5035915984 (patch) | |
tree | 47949214fbe505f7d57843ac1ae8934b9361ead7 /comphelper | |
parent | 271dc5920d0f94e9fb876ccbbd9f4463d93a2612 (diff) |
Fix typo
Change-Id: I4166a7aa9067907e563a98d76bd7f21c63370ce4
Reviewed-on: https://gerrit.libreoffice.org/70910
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/container/interfacecontainer2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/interfacecontainer2.cxx b/comphelper/source/container/interfacecontainer2.cxx index f4610d99acf4..26137cb6b0b0 100644 --- a/comphelper/source/container/interfacecontainer2.cxx +++ b/comphelper/source/container/interfacecontainer2.cxx @@ -159,7 +159,7 @@ void OInterfaceContainerHelper2::copyAndResetInUse() OSL_ENSURE( bInUse, "OInterfaceContainerHelper2 not in use" ); if( bInUse ) { - // this should be the worst case. If a iterator is active + // this should be the worst case. If an iterator is active // and a new Listener is added. if( bIsList ) aData.pAsVector = new std::vector< Reference< XInterface > >( *aData.pAsVector ); |