mirror of
https://github.com/google/pebble.git
synced 2025-11-20 22:40:57 -05:00
spelling: seriously
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -71,7 +71,7 @@ static void prv_add_notification(int32_t delta_time_s) {
|
||||
"Angela Tam", "Liron Damir", "Heiko Behrens", "Kevin Conley", "Matt Hungerford",
|
||||
};
|
||||
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.",
|
||||
"What's up for lunch?",
|
||||
"\xF0\x9F\x98\x83 \xF0\x9F\x92\xA9",
|
||||
|
||||
@@ -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);
|
||||
ctx.draw_state.avoid_text_orphans = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user