From 94956a673b5fa760382793e04c5fda4a7004fbb8 Mon Sep 17 00:00:00 2001 From: Julius Zint Date: Thu, 30 Jul 2020 20:00:12 +0200 Subject: [PATCH] fixed typos --- MacPass/MPPasswordInputController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MacPass/MPPasswordInputController.m b/MacPass/MPPasswordInputController.m index b432f875..ed6c3787 100644 --- a/MacPass/MPPasswordInputController.m +++ b/MacPass/MPPasswordInputController.m @@ -234,7 +234,7 @@ static NSMutableDictionary* touchIDSecuredPasswords; } } else { - NSLog(@"The password is to large to be encrypted"); + NSLog(@"The password is too large to be encrypted"); return; } } @@ -269,7 +269,7 @@ static NSMutableDictionary* touchIDSecuredPasswords; } 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 {