diff --git a/Clocker/Events and Reminders/CalendarHandler.swift b/Clocker/Events and Reminders/CalendarHandler.swift index ec789b2..817e73d 100644 --- a/Clocker/Events and Reminders/CalendarHandler.swift +++ b/Clocker/Events and Reminders/CalendarHandler.swift @@ -163,7 +163,7 @@ extension EventCenter { if filteredEvents.count == 1 { return filteredEvents.first } - // If there are multipl events coming up, prefer the ones the currentUser has accepted + // If there are multiple events coming up, prefer the ones the currentUser has accepted let acceptedEvents = filteredEvents.filter { $0.attendeStatus == .accepted }