aboutsummaryrefslogtreecommitdiff
path: root/generic/Geo.c
diff options
context:
space:
mode:
authorlecoanet2000-12-22 17:11:44 +0000
committerlecoanet2000-12-22 17:11:44 +0000
commitc364248f68232b9ab2cf82a448c1412b5a71146b (patch)
treecc3a7223f047f3431c0e030ccf2107d3f3913f53 /generic/Geo.c
parentc3a137f08e5a3bdda1677968acaf8aceef683df8 (diff)
downloadtkzinc-c364248f68232b9ab2cf82a448c1412b5a71146b.zip
tkzinc-c364248f68232b9ab2cf82a448c1412b5a71146b.tar.gz
tkzinc-c364248f68232b9ab2cf82a448c1412b5a71146b.tar.bz2
tkzinc-c364248f68232b9ab2cf82a448c1412b5a71146b.tar.xz
*** empty log message ***
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.
*