summaryrefslogtreecommitdiffstats
path: root/src/2geom/elliptical-arc-from-sbasis.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-01 23:21:40 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-01 23:21:40 +0000
commit33cd18d64ea3a67b90aa87b225b0d18447f01138 (patch)
tree7e404a57fa4b7a8b10825c2f26741c90f89f7c5c /src/2geom/elliptical-arc-from-sbasis.cpp
parentAvoid duplicating defines in config.h and on command line (diff)
downloadinkscape-33cd18d64ea3a67b90aa87b225b0d18447f01138.tar.gz
inkscape-33cd18d64ea3a67b90aa87b225b0d18447f01138.zip
2geom: update to c709d6b6780098d3e53363d925f7aee3c2640478
Update README and remove obsolete files
Diffstat (limited to 'src/2geom/elliptical-arc-from-sbasis.cpp')
-rw-r--r--src/2geom/elliptical-arc-from-sbasis.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/2geom/elliptical-arc-from-sbasis.cpp b/src/2geom/elliptical-arc-from-sbasis.cpp
index 54f995fb6..9be2d1265 100644
--- a/src/2geom/elliptical-arc-from-sbasis.cpp
+++ b/src/2geom/elliptical-arc-from-sbasis.cpp
@@ -42,7 +42,7 @@
namespace Geom {
-// forward declation
+// forward declaration
namespace detail
{
struct ellipse_equation;
@@ -52,7 +52,7 @@ namespace detail
* make_elliptical_arc
*
* convert a parametric polynomial curve given in symmetric power basis form
- * into an EllipticalArc type; in order to be successfull the input curve
+ * into an EllipticalArc type; in order to be successful the input curve
* has to look like an actual elliptical arc even if a certain tolerance
* is allowed through an ad-hoc parameter.
* The conversion is performed through an interpolation on a certain amount of
@@ -109,7 +109,7 @@ class make_elliptical_arc
public:
/*
* perform the actual conversion
- * return true if the conversion is successfull, false on the contrary
+ * return true if the conversion is successful, false on the contrary
*/
bool operator()()
{