spelling: seriously

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

View file

@ -71,7 +71,7 @@ static void prv_add_notification(int32_t delta_time_s) {
"Angela Tam", "Liron Damir", "Heiko Behrens", "Kevin Conley", "Matt Hungerford", "Angela Tam", "Liron Damir", "Heiko Behrens", "Kevin Conley", "Matt Hungerford",
}; };
char *bodies[] = { char *bodies[] = {
"Late again? Can you be on time ever? Seriosly? Dude!!!", "Late again? Can you be on time ever? Seriously? Dude!!!",
"Late again. Sorry, I'll be there a few minutes. Meanwhile, I am just texting long messages.", "Late again. Sorry, I'll be there a few minutes. Meanwhile, I am just texting long messages.",
"What's up for lunch?", "What's up for lunch?",
"\xF0\x9F\x98\x83 \xF0\x9F\x92\xA9", "\xF0\x9F\x98\x83 \xF0\x9F\x92\xA9",

View file

@ -471,7 +471,7 @@ void test_graphics_draw_text_flow__no_infinite_loop2(void) {
} }
}, },
}; };
char text[] = "Late again? Can you be on time ever? Seriosly? Dude!!!"; char text[] = "Late again? Can you be on time ever? Seriously? Dude!!!";
prv_prepare_fb_steps_xy(GSize(180, 360), 1, 1); prv_prepare_fb_steps_xy(GSize(180, 360), 1, 1);
ctx.draw_state.avoid_text_orphans = true; ctx.draw_state.avoid_text_orphans = true;