spelling: orphans

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:23:01 -05:00
parent f44e5e50e9
commit 92b055a0c4
2 changed files with 2 additions and 2 deletions

View file

@ -426,7 +426,7 @@ void test_graphics_draw_text_flow__no_infinite_loop(void) {
.perimeter.impl = &(GPerimeter){.callback = perimeter_for_display_rect},
},
};
char text[] = "Prevent orhpans for tall-enough pages.";
char text[] = "Prevent orphans for tall-enough pages.";
const int16_t line_height = 22;
// some more pixels to show that orphan prevention really only applies if there's enough space
// for enough *full* lines