From ec5fbb8958ddfe13575fa945178320c477c59d31 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 5 May 2019 14:38:37 +0000 Subject: Fix typo Change-Id: Iea5bd392f82e26e3c60ca332ae4bea942888e236 Reviewed-on: https://gerrit.libreoffice.org/71928 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basegfx/test/SvgPathImportExport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx') 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. -- cgit