From 469a80cb736001efedff7ea5158875d0930a7709 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:47:11 +0800 Subject: [PATCH] fix: correct occured to occurred typo in Events.m comment --- Daemon/Daemon/Events.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Daemon/Daemon/Events.m b/Daemon/Daemon/Events.m index 04ced9a..4df69cd 100644 --- a/Daemon/Daemon/Events.m +++ b/Daemon/Daemon/Events.m @@ -50,7 +50,7 @@ -(id)init /* //register listener for new client/user (login item) - // when it fires, deliver any alerts that occured when user wasn't logged in + // when it fires, deliver any alerts that occurred when user wasn't logged in self.userObserver = [[NSNotificationCenter defaultCenter] addObserverForName:USER_NOTIFICATION object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *notification) { //grab console user