[Libreoffice-commits] core.git: basegfx/test
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 8 09:19:57 UTC 2019
basegfx/test/SvgPathImportExport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ec5fbb8958ddfe13575fa945178320c477c59d31
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun May 5 14:38:37 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 8 11:18:45 2019 +0200
Fix typo
Change-Id: Iea5bd392f82e26e3c60ca332ae4bea942888e236
Reviewed-on: https://gerrit.libreoffice.org/71928
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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.
More information about the Libreoffice-commits
mailing list