diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 17:03:57 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:05:58 +0000 |
commit | 01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b (patch) | |
tree | e4ca01d348aaee1ba6113c7b2e128a00dce66f3b /starmath | |
parent | 9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (diff) |
Fix typos
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072
Reviewed-on: https://gerrit.libreoffice.org/16297
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/node.cxx | 2 | ||||
-rw-r--r-- | starmath/source/parse.cxx | 2 |
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; |