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:
Maarten Terpstra
2015-10-11 11:25:36 +02:00
parent 9e2012dac9
commit c3cb8ad6a3
56 changed files with 124 additions and 124 deletions

View File

@@ -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];
}