diff --git a/src/fw/apps/demo_apps/timeline_pins_demo.c b/src/fw/apps/demo_apps/timeline_pins_demo.c index 539400ca..6436f951 100644 --- a/src/fw/apps/demo_apps/timeline_pins_demo.c +++ b/src/fw/apps/demo_apps/timeline_pins_demo.c @@ -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", diff --git a/tests/fw/graphics/test_graphics_draw_text_flow.c b/tests/fw/graphics/test_graphics_draw_text_flow.c index 3e17a674..12a87eea 100644 --- a/tests/fw/graphics/test_graphics_draw_text_flow.c +++ b/tests/fw/graphics/test_graphics_draw_text_flow.c @@ -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;