cppuhelper/source/interfacecontainer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bf298e9ef3b22938d1391afb7b96bfea4c84d5fc
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 10 16:04:53 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Apr 20 07:54:46 2019 +0200

    Fix typo
    
    Change-Id: I08d6e2cb30c54b9e7b11498850e5f5cd7de1a98d
    Reviewed-on: https://gerrit.libreoffice.org/70994
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to