summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/poly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index 7c9ece60693b..fba7a80bd23d 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -1730,7 +1730,7 @@ static void impCorrectContinuity(basegfx::B2DPolygon& roPolygon, sal_uInt32 nInd
// it needs to be corrected to be able to detect the continuity in this points
// correctly.
- // We only have the integer data here (already in double precision form, but no mantisse
+ // We only have the integer data here (already in double precision form, but no mantissa
// used), so the best correction is to use:
// for C1: The longest vector since it potentially has best preserved the original vector.