From cfea0fc3c20e0676ee4b04b4038757ea43ec02d0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:33:37 -0500 Subject: [PATCH] spelling: reload Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/popups/notifications/notification_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }