From 852098a92eddf7e0758585372fb76f8028b615e1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:40:07 -0500 Subject: [PATCH] spelling: anyways Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/ui/menu_layer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/ui/menu_layer.c b/src/fw/applib/ui/menu_layer.c index 9e44fe9a..beb42c76 100644 --- a/src/fw/applib/ui/menu_layer.c +++ b/src/fw/applib/ui/menu_layer.c @@ -1055,7 +1055,7 @@ void prv_center_focus_animation_update_in_and_out(Animation *animation, void prv_center_focus_animation_update_out_only(Animation *animation, const AnimationProgress progress) { - // anwalys only render the bounce back + // anyways only render the bounce back prv_center_focus_animation_update_impl(animation, true, progress); }