diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-11 09:03:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-11 14:14:27 +0100 |
commit | d87f6fd46dcb4f1e043877014330c11084c43c4e (patch) | |
tree | fdd4cd0e47f22c3a005ba191a3fc4fcaf92dfb4c /tools | |
parent | 2e968bb29b390b9e3793b4d5a36c03799d278020 (diff) |
Fix typos
Change-Id: I89ff5493c70d6e64ee6ab65b1b789a0db543c0aa
Reviewed-on: https://gerrit.libreoffice.org/84917
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/poly.cxx | 2 |
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. |