mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
typos
This commit is contained in:
@ -49,7 +49,7 @@ class GlobalEventTap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Failed, probably due to permissions. The permissions dialog should've
|
// 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.
|
// then they take affect immediately.
|
||||||
enableTimer = Timer.scheduledTimer(withTimeInterval: 1, repeats: true) { _ in
|
enableTimer = Timer.scheduledTimer(withTimeInterval: 1, repeats: true) { _ in
|
||||||
_ = self.tryEnable()
|
_ = self.tryEnable()
|
||||||
|
Reference in New Issue
Block a user