Fix some typos in the codebase

This commit is contained in:
Manu
2023-08-31 18:44:38 -03:00
parent 16d7ba054b
commit 02b5fa2c8e
21 changed files with 25 additions and 25 deletions

View File

@@ -91,7 +91,7 @@ public func run_AngryPhonebook(_ n: Int) {
// To keep the performance of various scripts roughly comparable, aim for
// a total length of approximately 120 characters.
// E.g.: `ascii.joined(separator: "").count == 124`
// Every name should fit in 15-bytes UTF-8 encoded, to excercise the small
// Every name should fit in 15-bytes UTF-8 encoded, to exercise the small
// string optimization.
// E.g.: `armenian.allSatisfy { $0._guts.isSmall } == true`