summaryrefslogtreecommitdiff
path: root/starmath/inc/visitors.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/visitors.hxx
parent56f81a619951d080e8047267a1e78112c6e38a28 (diff)
typo: constitues -> constitutes
Diffstat (limited to 'starmath/inc/visitors.hxx')
-rw-r--r--starmath/inc/visitors.hxx4
1 files changed, 2 insertions, 2 deletions
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 )