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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 4703a973a968..a05f8a052405 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -1779,7 +1779,7 @@ void SmParser::Attribut()
SmNode *pAttr;
SmScaleMode eScaleMode = SCALE_NONE;
- // get appropriate node for the attribut itself
+ // get appropriate node for the attribute itself
switch (m_aCurToken.eType)
{ case TUNDERLINE :
case TOVERLINE :