Fixed typos in comment

This commit is contained in:
Michael Starke
2019-05-16 09:21:09 +02:00
parent f9b36177fd
commit 4abdff79a5

View File

@@ -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]) {