summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r--starmath/source/parse.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 024dd8cf05f1..714e7045d7fa 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -1410,7 +1410,7 @@ void SmParser::DoTerm(bool bGroupNumberIdent)
if (m_aCurToken.eType != TNUMBER &&
m_aCurToken.eType != TIDENT)
{
- // Neither a number nor an indentifier. We just moved to
+ // Neither a number nor an identifier. We just moved to
// the next token, so no need to do that again.
moveToNextToken = false;
break;
@@ -1733,7 +1733,7 @@ void SmParser::DoUnOper()
pSNode->SetScaleMode(SCALE_HEIGHT);
// build nodes for left & right lines
- // (text, group, level of the used token are of no interrest here)
+ // (text, group, level of the used token are of no interest here)
// we'll use row & column of the keyword for abs
aNodeToken.eType = TABS;