Kaydet (Commit) 461ecf5c authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: constitues -> constitutes

üst 56f81a61
......@@ -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
......
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment