From 39c1e7b34f781e5ffcaa4e94c326fedac1c1afa8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:12:59 -0500 Subject: [PATCH] spelling: vertically Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/apps/system_apps/settings/settings_activity_tracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/apps/system_apps/settings/settings_activity_tracker.c b/src/fw/apps/system_apps/settings/settings_activity_tracker.c index eba74d9b..fd567e06 100644 --- a/src/fw/apps/system_apps/settings/settings_activity_tracker.c +++ b/src/fw/apps/system_apps/settings/settings_activity_tracker.c @@ -144,7 +144,7 @@ static void prv_draw_no_activities_cell_rect(GContext *ctx, const Layer *cell_la const GSize text_size = graphics_text_layout_get_max_used_size(ctx, no_activities_string, font, box, overflow, alignment, NULL); - // We want to position the text in the center of the cell veritically, + // We want to position the text in the center of the cell vertically, // we divide the height of the cell by two and subtract half of the text size. // However, that just puts the TOP of a line vertically aligned. // So we also have to subtract half of a single line's width.