summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/node.cxx2
-rw-r--r--starmath/source/parse.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index bfe66dcb439b..a7f246a7fcac 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1230,7 +1230,7 @@ sal_uInt16 GetLineIntersectionPoint(Point &rResult,
}
else
{
- // here we do not pay attention to the computational accurancy
+ // here we do not pay attention to the computational accuracy
// (that would be more complicated and is not really worth it in this case)
double fLambda = ( (rPoint1.Y() - rPoint2.Y()) * rHeading2.X()
- (rPoint1.X() - rPoint2.X()) * rHeading2.Y())
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 4a45a2ffd23f..4bafb9acdf52 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -684,7 +684,7 @@ void SmParser::NextToken()
}
// if no symbol-name was found we start-over with
- // finding the next token right afer the '%' sign.
+ // finding the next token right after the '%' sign.
// I.e. we leave rnEndPos unmodified.
}
break;