summaryrefslogtreecommitdiffstats
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-05 14:38:37 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-08 11:18:45 +0200
commitec5fbb8958ddfe13575fa945178320c477c59d31 (patch)
tree07e11d82dc9e8069a3b6ec4497502b0b29852422 /basegfx
parentFix typo (diff)
downloadcore-ec5fbb8958ddfe13575fa945178320c477c59d31.tar.gz
core-ec5fbb8958ddfe13575fa945178320c477c59d31.zip
Fix typo
Change-Id: Iea5bd392f82e26e3c60ca332ae4bea942888e236 Reviewed-on: https://gerrit.libreoffice.org/71928 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/test/SvgPathImportExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/test/SvgPathImportExport.cxx b/basegfx/test/SvgPathImportExport.cxx
index b03a3dc9e2ee..59f87e735815 100644
--- a/basegfx/test/SvgPathImportExport.cxx
+++ b/basegfx/test/SvgPathImportExport.cxx
@@ -136,7 +136,7 @@ public:
// which gets exported now correctly as 'l' and also a point (#4, index 3)
// with C2 continuity which produces a 's' statement now.
- // The old SVGexport identified nun-used ControlVectors erraneously as bezier segments
+ // The old SVGexport identified nun-used ControlVectors erroneously as Bezier segments
// because the 2nd vector at the start point was used, even when added
// with start point was identical to end point. Exactly for that reason
// i reworked the B2DPolygon to use prev, next control points.