From fc556c57184ee17863f2549986fad8fb501e379b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 6 Feb 2023 22:17:25 +0100 Subject: Fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- rtgrpblib_draw_cubic_bezier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtgrpblib_draw_cubic_bezier.c') diff --git a/rtgrpblib_draw_cubic_bezier.c b/rtgrpblib_draw_cubic_bezier.c index 733e750..8e56474 100644 --- a/rtgrpblib_draw_cubic_bezier.c +++ b/rtgrpblib_draw_cubic_bezier.c @@ -109,7 +109,7 @@ rtgrpblib_draw_cubic_bezier(RASTER *restrict raster, double x1, double y1, doubl size_t i; #ifdef TODO /* untested */ - /* Can we downgrade the curve to a quadratic bézier curve? + /* Can we downgrade the curve to a quadratic Bézier curve? * * B(t) = (1-t)²Q₁ + 2(1-t)tQ₂ + t²Q₃ * B(t) = (1-t)B(t) + tB(t) = -- cgit v1.2.3-70-g09d2