From 7a951d2db3f5694d3a836f90c9465ebe83aa523e Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Fri, 6 Sep 2019 19:35:51 +0200 Subject: Update 2geom Now at https://gitlab.com/inkscape/lib2geom/commit/5eb3544738724087f3b53e047df5a8ead3549e8b Fixes https://bugs.launchpad.net/inkscape/+bug/1525498 and possibly https://gitlab.com/inkscape/inkscape/issues/194 --- src/2geom/elliptical-arc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/2geom/elliptical-arc.cpp') diff --git a/src/2geom/elliptical-arc.cpp b/src/2geom/elliptical-arc.cpp index b7d60fd17..f0a29b565 100644 --- a/src/2geom/elliptical-arc.cpp +++ b/src/2geom/elliptical-arc.cpp @@ -722,7 +722,7 @@ D2 EllipticalArc::toSBasis() const return arc; } -// All operations that do not contain skew can be evaulated +// All operations that do not contain skew can be evaluated // without passing through the implicit form of the ellipse, // which preserves precision. -- cgit v1.2.3