summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:05:40 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-18 10:09:26 +0200
commit6742897f98e18be85abd1823edf97d5035915984 (patch)
tree47949214fbe505f7d57843ac1ae8934b9361ead7 /comphelper
parentFix typo (diff)
downloadcore-6742897f98e18be85abd1823edf97d5035915984.tar.gz
core-6742897f98e18be85abd1823edf97d5035915984.zip
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.cxx2
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 );