diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:04:53 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-20 07:54:46 +0200 |
commit | bf298e9ef3b22938d1391afb7b96bfea4c84d5fc (patch) | |
tree | 1076ff6f9c46d4f4b67117da089124ad79c9442a /cppuhelper | |
parent | e473067c67f39a969b27f4e956769bd2652f7f5e (diff) |
Fix typo
Change-Id: I08d6e2cb30c54b9e7b11498850e5f5cd7de1a98d
Reviewed-on: https://gerrit.libreoffice.org/70994
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/interfacecontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx index 7f49682e410b..7b97c315343d 100644 --- a/cppuhelper/source/interfacecontainer.cxx +++ b/cppuhelper/source/interfacecontainer.cxx @@ -177,7 +177,7 @@ void OInterfaceContainerHelper::copyAndResetInUse() OSL_ENSURE( bInUse, "OInterfaceContainerHelper 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.pAsSequence = new Sequence< Reference< XInterface > >( *aData.pAsSequence ); |