mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 15:29:38 +00:00
Fixed spelling errors in comments and some strings, as well as fixed a compilation error (KPKEntry has no entry key, but does have a name field
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
NSTimeInterval currentInterval = ([NSDate timeIntervalSinceReferenceDate] - self.lastLocalEventTime);
|
||||
if(self.idleLockTime < currentInterval) {
|
||||
[(MPAppDelegate *)[NSApp delegate] lockAllDocuments];
|
||||
/* Reset the timer to full intervall */
|
||||
/* Reset the timer to full interval */
|
||||
[self.idleCheckTimer setFireDate:[NSDate dateWithTimeIntervalSinceNow:_idleLockTime]];
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user