summaryrefslogtreecommitdiffstats
path: root/basegfx
diff options
context:
space:
mode:
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.