From 607d0d33b806cec1ea43ef07fd62a93b15ad2557 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:10:59 -0500 Subject: [PATCH] spelling: mirrored Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/graphics_circle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/graphics_circle.c b/src/fw/applib/graphics/graphics_circle.c index 403f3e5b..6a614b1a 100644 --- a/src/fw/applib/graphics/graphics_circle.c +++ b/src/fw/applib/graphics/graphics_circle.c @@ -883,7 +883,7 @@ static void prv_fill_oval_precise(GContext *ctx, GPointPrecise center, prv_swap_precise_points(&end_top, &end_bottom); } - // Range for scanline, since scanlines are mirred from the middle of the circle this is also + // Range for scanline, since scanlines are mirrored from the middle of the circle this is also // indicated from the middle, therefore initialised with 0 (as middle) and // radius_y (as scalines are on y axis) int draw_min = 0;