summaryrefslogtreecommitdiff
path: root/src/cairo-spline.c
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-31 20:50:01 +1030
committerAdrian Johnson <ajohnson@redneon.com>2023-01-31 20:50:01 +1030
commit4614892c5997944783d678b2bf63aa476d171189 (patch)
treea334e3a928b330f262a07e6194e2efc8d18360ed /src/cairo-spline.c
parentd252636b8aac533c271b61b8eaea7c37e8d3bc42 (diff)
downloadcairo-4614892c5997944783d678b2bf63aa476d171189.tar.gz
s/the the/the/
Diffstat (limited to 'src/cairo-spline.c')
-rw-r--r--src/cairo-spline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-spline.c b/src/cairo-spline.c
index 44634faec..6f50a637a 100644
--- a/src/cairo-spline.c
+++ b/src/cairo-spline.c
@@ -177,7 +177,7 @@ _cairo_spline_error_squared (const cairo_spline_knots_t *knots)
double bdx, bdy, berr;
double cdx, cdy, cerr;
- /* We are going to compute the distance (squared) between each of the the b
+ /* We are going to compute the distance (squared) between each of the b
* and c control points and the segment a-b. The maximum of these two
* distances will be our approximation error. */