From 2d7ac814c6faab99f240d424fcc75cc3b363ca0f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:23:36 -0500 Subject: [PATCH] spelling: decrement Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/selection_layer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/selection_layer.c b/src/fw/applib/ui/selection_layer.c index 8d8644e6..9fce048c 100644 --- a/src/fw/applib/ui/selection_layer.c +++ b/src/fw/applib/ui/selection_layer.c @@ -293,7 +293,7 @@ static void prv_draw_text(SelectionLayer *selection_layer, GContext *ctx) { height += prv_get_pixels_for_bump_settle(selection_layer->bump_settle_anim_progress); } // The text should be be vertically centered, unless we are performing an increment / - // decrment animation. + // decrement animation. int y_offset = prv_get_y_offset_which_vertically_centers_font(selection_layer->font, height);