From b3c1e3c90fbe5367d2bd51eb8465333cb3ae0616 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sat, 26 Mar 2022 20:50:29 -0400 Subject: [PATCH] Typo. --- Clocker/Events and Reminders/CalendarHandler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }