From 4abdff79a5c19b343a07e523f8cf022ac412a7d0 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Thu, 16 May 2019 09:21:09 +0200 Subject: [PATCH] Fixed typos in comment --- MacPass/MPAutotypeDaemon.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPAutotypeDaemon.m b/MacPass/MPAutotypeDaemon.m index f0cae741..a23afb61 100644 --- a/MacPass/MPAutotypeDaemon.m +++ b/MacPass/MPAutotypeDaemon.m @@ -315,7 +315,7 @@ static MPAutotypeDaemon *_sharedInstance; if([self _orderApplicationToFront:self.targetPID]) { /* Sleep a bit after the app was activated */ - /* TODO - we might be able to a notification to check if the app actally was activated instead of guessing a waiting time */ + /* TODO - we might be able to get a notification to check if the app actually was activated instead of guessing a waiting time */ usleep(1 * NSEC_PER_MSEC); } for(MPAutotypeCommand *command in [MPAutotypeCommand commandsForContext:context]) {