diff --git a/ntfy/Persistence/Store.swift b/ntfy/Persistence/Store.swift index afed030..c01fe8e 100644 --- a/ntfy/Persistence/Store.swift +++ b/ntfy/Persistence/Store.swift @@ -121,7 +121,7 @@ class Store: ObservableObject { notification.subscription = subscription subscription.addToNotifications(notification) subscription.lastNotificationId = message.id - Log.d(Store.tag, "Storing notifcation with ID \(notification.id ?? "")") + Log.d(Store.tag, "Storing notification with ID \(notification.id ?? "")") try context.save() } catch let error { Log.w(Store.tag, "Cannot store notification (fromMessage)", error)