mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: seriously
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c5495ecbc5
commit
6dbbbee3e2
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue