diff --git a/src/fw/popups/notifications/notification_window.c b/src/fw/popups/notifications/notification_window.c index 970cd75d..7d8e25b3 100644 --- a/src/fw/popups/notifications/notification_window.c +++ b/src/fw/popups/notifications/notification_window.c @@ -1358,7 +1358,7 @@ static void prv_handle_notification_added_common(Uuid *id, NotificationType type const bool should_animate = !do_not_disturb_is_active(); notification_window_focus_notification(id, should_animate); } else { - // If we are inserting into the middle of this list, just reaload the swap layer so the + // If we are inserting into the middle of this list, just reload the swap layer so the // number of notifications displayed is correct prv_reload_swap_layer(data); }