spelling: notification

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-01-28 15:14:28 -05:00
parent d9ec8a3438
commit c2e8d1d0ce
3 changed files with 3 additions and 3 deletions

View File

@@ -1250,7 +1250,7 @@ void notification_window_add_notification_by_id(Uuid *id) {
prv_notification_window_add_notification(id, NotificationMobile);
}
//! The animate mode slides the notificaiton in from the top as if it was a new notification.
//! The animate mode slides the notification in from the top as if it was a new notification.
void notification_window_focus_notification(Uuid *id, bool animated) {
NotificationWindowData *data = &s_notification_window_data;