From 9e9494ebf9d2730b1962220402fca3d0a37b54b6 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 2 May 2025 16:46:27 +0200 Subject: [PATCH] Fixed minor typo --- samples/scrolling/bigfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/scrolling/bigfont.c b/samples/scrolling/bigfont.c index d3221ab..9d06871 100644 --- a/samples/scrolling/bigfont.c +++ b/samples/scrolling/bigfont.c @@ -27,7 +27,7 @@ ScreenRow * const color = (ScreenRow *)0xd800; // Move the screen one character to the left void scrollLeft(void) { - // Loop horizontaly + // Loop horizontally for(char x=0; x<39; x++) { // Unroll vertical loop 16 times