[Libreoffice-commits] core.git: comphelper/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 18 08:11:04 UTC 2019


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

New commits:
commit 6742897f98e18be85abd1823edf97d5035915984
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:40 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list