spelling: infinite

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:50:29 -05:00
parent 9fd89172fc
commit 9ab4efb8b8

View file

@ -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;
}
}