From 6742897f98e18be85abd1823edf97d5035915984 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Apr 2019 16:05:40 +0000 Subject: Fix typo Change-Id: I4166a7aa9067907e563a98d76bd7f21c63370ce4 Reviewed-on: https://gerrit.libreoffice.org/70910 Tested-by: Jenkins Reviewed-by: Julien Nabet --- comphelper/source/container/interfacecontainer2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') 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 ); -- cgit