[gardening] Fix 67 recently introduced typos

This commit is contained in:
practicalswift
2016-09-16 10:57:47 +02:00
parent dccf8e0dfc
commit b19481f887
39 changed files with 67 additions and 67 deletions

View File

@@ -107,7 +107,7 @@ NSNumberTests.test("isTypePreservingNSNumber(_:)") {
}
NSNumberTests.test("_SwiftTypePreservingNSNumber.classForCoder") {
// Check that internal subclass is not achived.
// Check that internal subclass is not archived.
let n: NSNumber = (42 as Int)._bridgeToObjectiveC()
expectTrue(isTypePreservingNSNumber(n))
expectEqual("NSNumber", String(describing: n.classForCoder))