typos identified by github.com/crate-ci/typos#1448
Open
Alex-Jordan wants to merge 5 commits into
Open
Conversation
drgrice1
reviewed
Jun 25, 2026
drgrice1
left a comment
Member
There was a problem hiding this comment.
This is good, but the code changes need to be checked carefully.
Contributor
Author
|
I'm separating this into commits that hopefully make it easier to review. First one is meant to only be POD typos. |
Contributor
Author
|
No promises that I correctly sorted these, but I tried. The POD ones were hardest to categorize with accuracy when just manually looking at a small diff. |
Member
|
Everything looks good except for the two macros:
which has a typo in the name. It may be easier to check them separately. How about pull those out and put them in separately? |
drgrice1
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a massive collection of typo corrections after I used
github.com/crate-ci/typos. Note that it had some false positives, and I examined each one of these to avoid the false positives.Most of these are in code comments and POD.
A small number of these actually correct a meaningful typo in code.
An even smaller number of these correct some typo in a variable or method name. In those cases, I checked that nothing else was relying on the bad variable/method name.