From 33edf22381fee48fc2bc4f30207dc6afee31f276 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:27:34 -0500 Subject: [PATCH] spelling: performing Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/gcolor_definitions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/gcolor_definitions.c b/src/fw/applib/graphics/gcolor_definitions.c index 70eeeaec..8f7a84b3 100644 --- a/src/fw/applib/graphics/gcolor_definitions.c +++ b/src/fw/applib/graphics/gcolor_definitions.c @@ -16,7 +16,7 @@ #include "gtypes.h" -//! This is used for performaing backward-compatibility conversions with 1-bit GColors. +//! This is used for performing backward-compatibility conversions with 1-bit GColors. GColor8 get_native_color(GColor2 color) { switch (color) { case GColor2Black: