From 9ab4efb8b8608d69af51ecb23379d23b8c45556c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:50:29 -0500 Subject: [PATCH] spelling: infinite Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/text_layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/text_layout.c b/src/fw/applib/graphics/text_layout.c index 8e96dd9f..f9005aca 100644 --- a/src/fw/applib/graphics/text_layout.c +++ b/src/fw/applib/graphics/text_layout.c @@ -823,7 +823,7 @@ render_line: {} // this {} is just an empty statement that both C and our linter if (is_orphan) { *current_word_ref = prev_line_word; prv_apply_orphan_state(&orphan_state, line); - avoiding_orphans = false; // prevent infinte loops + avoiding_orphans = false; // prevent infinite loops goto render_line; } }