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

@@ -23,7 +23,7 @@
56 - 85 Excellent
85 - Fantastic
Skale 0-90
Scale 0-90
*/
typedef NS_ENUM(NSUInteger, MPPasswordRating) {
MPPasswordTerrible = 10,
@@ -205,7 +205,7 @@ typedef NS_ENUM(NSUInteger, MPPasswordRating) {
[[NSUserDefaults standardUserDefaults] setObject:[self.customCharactersTextField stringValue] forKey:kMPSettingsKeyPasswordCustomString];
}
else {
NSLog(@"Cannot set password generator defaults. Inconsitent state. Aborting.");
NSLog(@"Cannot set password generator defaults. Inconsistent state. Aborting.");
}
self.setDefaultButton.enabled = NO;
}