Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Zint committed Feb 14, 2021
1 parent 4e56740 commit 94956a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MacPass/MPPasswordInputController.m
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ - (void) _storePasswordForTouchIDUnlock: (NSString*) password forDatabase: (NSSt
}
}
else {
NSLog(@"The password is to large to be encrypted");
NSLog(@"The password is too large to be encrypted");
return;
}
}
Expand Down Expand Up @@ -269,7 +269,7 @@ - (NSString*) _loadPasswordForTochIDUnlock: (NSString*) databaseId {
}
else {
NSError *err = CFBridgingRelease(error);
NSLog(@"Error while trying decrypt password for TouchID unlock: %@", [err description]);
NSLog(@"Error while trying to decrypt password for TouchID unlock: %@", [err description]);
}
}
else {
Expand Down

0 comments on commit 94956a6

Please sign in to comment.