summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r--starmath/source/node.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 311df24840ca..072fdb27eb59 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1253,7 +1253,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())