diff options
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 ); |