mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
Typo fix
This commit is contained in:
@@ -115,7 +115,7 @@ static NSString *mergeWithoutDuplicates(NSString* baseCharacters, NSString* cust
|
|||||||
customCharacters);
|
customCharacters);
|
||||||
}
|
}
|
||||||
CGFloat alphabetCount = characters.length;
|
CGFloat alphabetCount = characters.length;
|
||||||
CGFloat passwordLegnth = self.length;
|
CGFloat passwordLength = self.length;
|
||||||
return passwordLegnth * ( log10(alphabetCount) / log10(2) );
|
return passwordLength * ( log10(alphabetCount) / log10(2) );
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user