diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/Geo.c | 4 |
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. * |