mirror of
https://github.com/google/pebble.git
synced 2025-11-21 06:50:54 -05:00
spelling: orphans
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user