Fix typos

This commit is contained in:
Danny Moesch 2020-04-19 15:42:00 +02:00 committed by Mingshen Sun
parent 4c2693e2c7
commit f643a63fe1
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ class PasswordGeneratorTest: XCTestCase {
}
}
func testGroupsAreNotcceptableForXKCDStyle() {
func testGroupsAreNotAcceptableForXKCDStyle() {
var generator = PasswordGenerator(length: 15)
XCTAssertTrue(generator.isAcceptable(groups: 4))