summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-11 12:37:03 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-13 15:27:24 +0000
commit806bec7107c426d0d05ceabd82da159e75d7f5ed (patch)
treea0cd24e6d3629f5b4f33efbafd5f3b674aefb5a7 /starmath
parent4001370ba5900dd0a0ec04c62f5aeb347bde025a (diff)
Fix typos in comments
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 50a412ce98d5..6c94b6541f87 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -2293,7 +2293,7 @@ void SmXMLRowContext_Impl::EndElement()
//If the first or last element is an operator with stretchyness
//set then we must create a brace node here from those elements,
//removing the stretchness from the operators and applying it to
- //ourselves, and creating the appropiate dummy StarMath none bracket
+ //ourselves, and creating the appropriate dummy StarMath none bracket
//to balance the arrangement
if (((aRelationArray[0]->GetScaleMode() == SCALE_HEIGHT)
&& (aRelationArray[0]->GetType() == NMATH))