summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/checkunusedparams.cxx2
-rw-r--r--qadevOOo/runner/helper/APIDescGetter.java2
-rw-r--r--starmath/source/visitors.cxx2
-rw-r--r--svx/source/form/fmshimp.cxx2
4 files changed, 4 insertions, 4 deletions
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);