summaryrefslogtreecommitdiffstats
path: root/starmath/inc/cursor.hxx
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/cursor.hxx
parenttypo: formatet -> formated (diff)
downloadcore-461ecf5cf4be2be9a752cb42aa0c0ad9549f1149.tar.gz
core-461ecf5cf4be2be9a752cb42aa0c0ad9549f1149.zip
typo: constitues -> constitutes
Diffstat (limited to 'starmath/inc/cursor.hxx')
-rw-r--r--starmath/inc/cursor.hxx4
1 files changed, 2 insertions, 2 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