Fix typos found by codespell (#9346)

## Summary

Fix typos found by
[codespell](https://github.com/codespell-project/codespell).

## Test Plan

CI tests.
This commit is contained in:
Dimitri Papadopoulos Orfanos 2024-01-02 03:08:15 +01:00 committed by GitHub
parent cd0493db2a
commit d04d49cc0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 46 additions and 46 deletions

View file

@ -941,7 +941,7 @@ impl UnicodeEscape {
}
}
} else {
// Unterminated escape sequence, dont' normalise it.
// Unterminated escape sequence, don't normalise it.
return None;
}
}