From be54304b8853877301b0558530c37fed41fa09af Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:50:43 -0500 Subject: [PATCH] spelling: transparent Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/graphics/test_graphics_colors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/graphics/test_graphics_colors.c b/tests/fw/graphics/test_graphics_colors.c index 6e20cd66..82833d7b 100644 --- a/tests/fw/graphics/test_graphics_colors.c +++ b/tests/fw/graphics/test_graphics_colors.c @@ -93,7 +93,7 @@ void test_graphics_colors__equal__deprecated(void) { void test_graphics_colors__inverted_readable_color(void) { GColor8 (*fun)(GColor8) = gcolor_legible_over; - // transparent colors result in transparen - who has a better idea? + // transparent colors result in transparent - who has a better idea? cl_assert_equal_i(GColorClearARGB8, fun(GColorClear).argb); // // obvious cases