spelling: reload

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:33:37 -05:00
parent 0c55d530ac
commit cfea0fc3c2

View file

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