comphelper/source/container/interfacecontainer2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6742897f98e18be85abd1823edf97d5035915984
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Apr 10 16:05:40 2019 +0000
Commit:     Julien Nabet <[email protected]>
CommitDate: Thu Apr 18 10:09:26 2019 +0200

    Fix typo
    
    Change-Id: I4166a7aa9067907e563a98d76bd7f21c63370ce4
    Reviewed-on: https://gerrit.libreoffice.org/70910
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

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

Reply via email to