[Libreoffice-commits] core.git: 2 commits - include/cppuhelper sw/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 3 19:33:18 UTC 2019


 include/cppuhelper/interfacecontainer.h |    2 +-
 sw/inc/IDocumentMarkAccess.hxx          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a1e9acb08211acc623a99cd9489efe569d8b6059
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:09 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 3 21:32:14 2019 +0200

    Fix typo
    
    Change-Id: Ie5314891808a406dbccd970086726068524e1412
    Reviewed-on: https://gerrit.libreoffice.org/75053
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h
index 2d56568c9da5..43aa68823dda 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -59,7 +59,7 @@ namespace detail {
 
 class OInterfaceContainerHelper;
 /**
-  This is the iterator of a InterfaceContainerHelper. Typically
+  This is the iterator of an InterfaceContainerHelper. Typically
   one constructs an instance on the stack for one firing session.
   It is not allowed to assign or copy an instance of this class.
 
commit daeb754df16726aa1dc4a1167ed245d43323cea9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 3 14:44:39 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 3 21:31:48 2019 +0200

    Fix typo
    
    Change-Id: I9f92c0d2bc058e65574ffc5cc0e9a61764f86db5
    Reviewed-on: https://gerrit.libreoffice.org/75051
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx
index 207c91caae37..31dd74f9f443 100644
--- a/sw/inc/IDocumentMarkAccess.hxx
+++ b/sw/inc/IDocumentMarkAccess.hxx
@@ -79,7 +79,7 @@ class IDocumentMarkAccess
                 iterator& operator=(iterator && rOther);
                 ~iterator();
 
-                // FIXME unfortuntately there's a requirement on input iterator
+                // FIXME unfortunately there's a requirement on input iterator
                 // and forward iterator to return reference, which isn't
                 // possible because we have to return a temp value;
                 // let's try value_type instead, perhaps it's sufficient,


More information about the Libreoffice-commits mailing list