mirror of
https://github.com/google/pebble.git
synced 2025-05-28 05:53:12 +00:00
spelling: orphans
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f44e5e50e9
commit
92b055a0c4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue