mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: infinite
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9fd89172fc
commit
9ab4efb8b8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue