From 390d433bf898c8001b74ad04ad0973cbb90b0c24 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:43:14 -0500 Subject: [PATCH] spelling: following Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/graphics/test_bitblt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/graphics/test_bitblt.c b/tests/fw/graphics/test_bitblt.c index eeb925a1..39364787 100644 --- a/tests/fw/graphics/test_bitblt.c +++ b/tests/fw/graphics/test_bitblt.c @@ -319,7 +319,7 @@ void test_bitblt__8bit_clipping(void) { // Test horizontal wrapping when dest_rect wider than src_bitmap. // Setup: -// - Source 15 x 10, each row has the folling pattern: +// - Source 15 x 10, each row has the following pattern: // - 2px Red // - 13px Black // - Dest Green 50x50