From e0d7a828441eb4503dcfa78369e67e368f4d1a60 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:20:47 -0500 Subject: [PATCH] spelling: coordinate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/graphics_circle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/applib/graphics/graphics_circle.c b/src/fw/applib/graphics/graphics_circle.c index a28ee79f..48360f39 100644 --- a/src/fw/applib/graphics/graphics_circle.c +++ b/src/fw/applib/graphics/graphics_circle.c @@ -179,7 +179,7 @@ static void prv_plot4(GBitmap *fb, GRect *clip_box, GPoint center, GPoint offset * | * * + center point - * - x coordiante mirror line + * - x coordinate mirror line * | y coordinate mirror line * x given offset point * xn mirrored points @@ -209,7 +209,7 @@ static void prv_plot8(GBitmap *fb, GRect *clip_box, GPoint center, GPoint offset * / x5| x4 \ * * + center point - * - x coordiante mirror line + * - x coordinate mirror line * | y coordinate mirror line * / 45 degree mirror line * \ 135 degree mirror line