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); }