Fix a bunch of spelling mistakes#57
Merged
Merged
Conversation
datdenkikniet
previously approved these changes
Jul 12, 2026
datdenkikniet
left a comment
Owner
There was a problem hiding this comment.
Ah, this is great. I'll add a CI check for it, too, that seems useful.
I've rebased on latest main and force-pushed to your branch (because I like linear history and intended to merge it right away), but realized that it drops the commit verification. Let me know if you'd prefer to re-commit as yourself to regain the commit verification, or if you are OK with me merging this as-is.
Are you up for adding a typos CI check as well? If not, I can do so, but let's coordinate so we don't do double work.
Contributor
Author
|
Hey, I can add the Ci checks to this PR |
We added `Ba` to the ignored words as it is contained in `dBa` which is correct.
Contributor
Author
|
Resigned commits and added Ci checks. |
weriomat
added a commit
to weriomat/siomon
that referenced
this pull request
Jul 13, 2026
I have fixed a bunch of spelling mistakes in [ipmi-rs](datdenkikniet/ipmi-rs#57)
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 more or less a drive by fix.
I was doing some spell checking of an upstream project siomon and noticed some spelling issues in the API (mainly
Celciusshould beCelsius).The amazing typos spell checker was used in finding the mistakes ;)
If needed a GitHub action is available too.
This introduces user facing changes.