[Libreoffice-commits] core.git: compilerplugins/clang qadevOOo/runner starmath/source svx/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu May 11 14:20:35 UTC 2017


 compilerplugins/clang/checkunusedparams.cxx |    2 +-
 qadevOOo/runner/helper/APIDescGetter.java   |    2 +-
 starmath/source/visitors.cxx                |    2 +-
 svx/source/form/fmshimp.cxx                 |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 28dfcd5da4cfb26d31cce7bf2ad7baa3bee1f350
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu May 11 11:01:15 2017 +0200

    Fix typos
    
    Change-Id: I204178ed4cf0fd3f43043cf1dfde85bb27002fee
    Reviewed-on: https://gerrit.libreoffice.org/37498
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/compilerplugins/clang/checkunusedparams.cxx b/compilerplugins/clang/checkunusedparams.cxx
index 3fe2d08f7928..f3118e1391f5 100644
--- a/compilerplugins/clang/checkunusedparams.cxx
+++ b/compilerplugins/clang/checkunusedparams.cxx
@@ -127,7 +127,7 @@ bool CheckUnusedParams::VisitFunctionDecl(FunctionDecl const * decl) {
     }
 
     FunctionDecl const * canon = decl->getCanonicalDecl();
-    std::string fqn = canon->getQualifiedNameAsString(); // becuase sometimes clang returns nonsense for the filename of canon
+    std::string fqn = canon->getQualifiedNameAsString(); // because sometimes clang returns nonsense for the filename of canon
     if (ignoreLocation(canon))
         return true;
     if (isInUnoIncludeFile(compiler.getSourceManager().getSpellingLoc(canon->getLocation())))
diff --git a/qadevOOo/runner/helper/APIDescGetter.java b/qadevOOo/runner/helper/APIDescGetter.java
index 67520b9822fd..25a2db220357 100644
--- a/qadevOOo/runner/helper/APIDescGetter.java
+++ b/qadevOOo/runner/helper/APIDescGetter.java
@@ -286,7 +286,7 @@ public class APIDescGetter extends DescGetter
                 {
                     continue;
                 }
-// TODO Probleme here
+// TODO Problem here
 
                 String ifc_name = ""; //  = line.substring(line.indexOf(";") + 2, line.lastIndexOf(";") - 1);
                 String meth_name = ""; //  = line.substring(line.lastIndexOf(";") + 2, line.length() - 1);
diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx
index 93d935a099ab..a0a337c79525 100644
--- a/starmath/source/visitors.cxx
+++ b/starmath/source/visitors.cxx
@@ -937,7 +937,7 @@ void SmCaretPosGraphBuildingVisitor::Visit( SmSubSupNode* pNode )
  *
  *      FROM
  * \endcode
- * Notice, CSUP, etc. are actually granchildren, but inorder to ignore H, these are visited
+ * Notice, CSUP, etc. are actually grandchildren, but inorder to ignore H, these are visited
  * from here. If they are present, that is if pOper is an instance of SmSubSupNode.
  *
  * Graph over these, where "left" is before the SmOperNode and "right" is after:
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index bd4250f66ac3..6e04a6a9e9b7 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -2249,7 +2249,7 @@ IMPL_LINK(FmXFormShell, OnFoundData, FmFoundRecordInformation&, rfriWhere, void)
         Reference<XControl> xControl( pFormObject ? impl_getControl( xControlModel, *pFormObject ) : Reference< XControl>() );
         Reference< XGrid> xGrid(xControl, UNO_QUERY);
         DBG_ASSERT(xGrid.is(), "FmXFormShell::OnFoundData : invalid control!");
-        // if one of the asserts fires, I probably did somethig wrong on building of m_arrSearchedControls
+        // if one of the asserts fires, I probably did something wrong on building of m_arrSearchedControls
 
         // enable a permanent cursor for the grid so we can see the found text
         Reference< XPropertySet> xModelSet(xControlModel, UNO_QUERY);


More information about the Libreoffice-commits mailing list