[Libreoffice-commits] core.git: compilerplugins/clang include/comphelper

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 30 16:37:08 UTC 2018


 compilerplugins/clang/useuniqueptr.cxx |    2 +-
 include/comphelper/sequence.hxx        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 59a4804ce4ec15bad1c8ec2a1a850d0740ba3e7a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Aug 29 21:50:24 2018 +0200
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Thu Aug 30 18:36:37 2018 +0200

    Fix typos
    
    Change-Id: Ia658776bce8744e7b771559ca12b94a20923fc52
    Reviewed-on: https://gerrit.libreoffice.org/59782
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/compilerplugins/clang/useuniqueptr.cxx b/compilerplugins/clang/useuniqueptr.cxx
index 3038447964bb..cbcde8c2fce1 100644
--- a/compilerplugins/clang/useuniqueptr.cxx
+++ b/compilerplugins/clang/useuniqueptr.cxx
@@ -690,7 +690,7 @@ bool UseUniquePtr::VisitCXXDeleteExpr(const CXXDeleteExpr* deleteExpr)
     // NodeArrayDeleter
     if (fn == SRCDIR "/unoxml/source/rdf/librdf_repository.cxx")
         return true;
-    // SmCursor::LineToList ran out of enthusiam to rework the node handling
+    // SmCursor::LineToList ran out of enthusiasm to rework the node handling
     if (fn == SRCDIR "/starmath/source/cursor.cxx")
         return true;
     // XMLEventOASISTransformerContext::FlushEventMap
diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx
index ee1cdf6edf4f..903b0b5ae25b 100644
--- a/include/comphelper/sequence.hxx
+++ b/include/comphelper/sequence.hxx
@@ -29,7 +29,7 @@
 
 namespace comphelper
 {
-    /** Search the given string within the given sequence, return the position of the first occurence.
+    /** Search the given string within the given sequence, return the position of the first occurrence.
         Returns -1 if nothing found.
     */
     COMPHELPER_DLLPUBLIC sal_Int32 findValue(const css::uno::Sequence< OUString >& _rList, const OUString& _rValue);


More information about the Libreoffice-commits mailing list