From 3adf91d88bfadd85586cb65c3fe66fd86a48b40c Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 8 Sep 2009 15:31:55 +0200 Subject: [PATCH] [CpmlCurve] Corrected typo The CPML library manages CpmlPair, not AdgPair: ADG is based on CPML, not the reverse! --- cpml/cpml-curve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpml/cpml-curve.c b/cpml/cpml-curve.c index 42f0fe84..97ec501b 100644 --- a/cpml/cpml-curve.c +++ b/cpml/cpml-curve.c @@ -109,7 +109,7 @@ cpml_curve_pair_at_time(const CpmlPrimitive *curve, CpmlPair *pair, double t) /** * cpml_curve_pair_at: * @curve: the #CpmlPrimitive curve data - * @pair: the destination #AdgPair + * @pair: the destination #CpmlPair * @pos: the position value * * Given the @curve Bézier cubic, finds the coordinates at position -- 2.11.4.GIT