From fccc0921b731411b859b174cf8078e152d2a9db5 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 15 Nov 2021 21:56:46 +0100 Subject: [PATCH] Fixed typo --- MacPass/MPNumberFormatter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPNumberFormatter.m b/MacPass/MPNumberFormatter.m index 39c8a1d7..d1716052 100644 --- a/MacPass/MPNumberFormatter.m +++ b/MacPass/MPNumberFormatter.m @@ -34,7 +34,7 @@ } - (BOOL)getObjectValue:(out id __nullable * __nullable)obj forString:(NSString *)string errorDescription:(out NSString * __nullable * __nullable)error { - /* If super can pase without an error, all is fine */ + /* If super can parse without an error, all is fine */ if([super getObjectValue:obj forString:string errorDescription:error]) { return YES; }