From 689ee0f3858c4220cb35c4e2b5a1c7a174ec07f5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 24 Sep 2024 16:38:41 -0700 Subject: [PATCH] typos --- macos/Sources/Features/Global Keybinds/GlobalEventTap.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Sources/Features/Global Keybinds/GlobalEventTap.swift b/macos/Sources/Features/Global Keybinds/GlobalEventTap.swift index 73c081df3..f1bb93506 100644 --- a/macos/Sources/Features/Global Keybinds/GlobalEventTap.swift +++ b/macos/Sources/Features/Global Keybinds/GlobalEventTap.swift @@ -49,7 +49,7 @@ class GlobalEventTap { } // Failed, probably due to permissions. The permissions dialog should've - // popped up. We retry on a timer since once the permisisons are granted + // popped up. We retry on a timer since once the permissions are granted // then they take affect immediately. enableTimer = Timer.scheduledTimer(withTimeInterval: 1, repeats: true) { _ in _ = self.tryEnable()