-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos discovered by codespell #146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, TY!
@cclauss Thanks for this, we added a spell checker to our PR validation but it looks like its not picking everything up, maybe we should replace it codespell, @andreiltd what do you think? |
@cclauss please could you sign your commit? |
@simongdavies Here is a little comparison of spell checking tools: https://github.com/crate-ci/typos/blob/master/docs/comparison.md. It's unfortunate that some typos slip through, of course, but I still think typos is a better tool for the job. I've proposed to add some of these corrections to As for things like |
Bumps [goblin](https://github.com/m4b/goblin) from 0.9.2 to 0.9.3. - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits/0.9.3) --- updated-dependencies: - dependency-name: goblin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.9 to 1.2.10. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.9...cc-v1.2.10) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Christian Clauss <[email protected]>
5302c77
be634d6
to
5302c77
Compare
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
%
codespell --ignore-words-list=crate,fo,habitant,wit --skip="./NOTICE.txt,./src/hyperlight_guest/third_party/*" --write-changes
https://github.com/codespell-project/codespell