aboutsummaryrefslogtreecommitdiff
path: root/generic/Geo.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Geo.c')
-rw-r--r--generic/Geo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/Geo.c b/generic/Geo.c
index f49536d..91e36a1 100644
--- a/generic/Geo.c
+++ b/generic/Geo.c
@@ -2016,11 +2016,11 @@ GetBezierPath(ZnList from_points,
/*
**********************************************************************************
*
- * GetArcCurve --
+ * GetArcPath --
* Compute in to_points a set of Bezier control points describing an arc
* path given the start angle, the stop angle and the type: 0 for arc,
* 1 for chord, 2 for pie slice.
- * To obtain the actual polygonal shape, the client chould use GetBezierPath
+ * To obtain the actual polygonal shape, the client should use GetBezierPath
* on the returned controls (after applying transform). The returned arc
* is circular and centered on 0,0.
*