summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:43:47 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:27 +0100
commit461ecf5cf4be2be9a752cb42aa0c0ad9549f1149 (patch)
treef6fe89ed464b8d44da1aa913f36d08116734bb8c /starmath/inc
parent56f81a619951d080e8047267a1e78112c6e38a28 (diff)
typo: constitues -> constitutes
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/cursor.hxx4
-rw-r--r--starmath/inc/visitors.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index 5e9d9958548e..c5e3b85c7819 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -394,11 +394,11 @@ private:
/** Minimalistic recursive decent SmNodeList parser
*
- * This parser is used to take a list of nodes that constitues a line
+ * This parser is used to take a list of nodes that constitutes a line
* and parse them to a tree of SmBinHorNode, SmUnHorNode and SmExpression.
*
* Please note, this will not handle all kinds of nodes, only nodes that
- * constitues and entry in a line.
+ * constitutes and entry in a line.
*
* Below is an EBNF representation of the grammar used for this parser:
* \code
diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx
index f06b6b385ca3..9a1ebb1cf2c6 100644
--- a/starmath/inc/visitors.hxx
+++ b/starmath/inc/visitors.hxx
@@ -305,7 +305,7 @@ private:
/** A visitor for building a SmCaretPosGraph
*
* Visit invariant:
- * Each pNode, except SmExpressionNode, SmBinHorNode and a few others, constitues an entry
+ * Each pNode, except SmExpressionNode, SmBinHorNode and a few others, constitutes an entry
* in a line. Consider the line entry "H", this entry creates one carat position, here
* denoted by | in "H|".
*
@@ -482,7 +482,7 @@ public:
void Visit( SmRectangleNode* pNode ) SAL_OVERRIDE;
void Visit( SmVerticalBraceNode* pNode ) SAL_OVERRIDE;
private:
- /** Extract text from a pNode that constitues a line */
+ /** Extract text from a pNode that constitutes a line */
void LineToText( SmNode* pNode ) {
Separate( );
if( pNode )