mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 05:59:32 +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:
@@ -67,7 +67,7 @@
|
||||
}
|
||||
|
||||
- (void)requestPassword {
|
||||
// show Warnign if read-only mode!
|
||||
// show warning if read-only mode!
|
||||
[self _reset];
|
||||
}
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
}
|
||||
|
||||
- (IBAction)resetKeyFile:(id)sender {
|
||||
/* If the reset was triggerd by ourselves we want to preselct the keyfile */
|
||||
/* If the reset was triggered by ourselves we want to preselect the keyfile */
|
||||
if(sender == self) {
|
||||
[self _selectKeyURL];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user