Skip to content

Fix typos discovered by codespell#559

Closed
cclauss wants to merge 1 commit intoArduPilot:masterfrom
cclauss:codespell
Closed

Fix typos discovered by codespell#559
cclauss wants to merge 1 commit intoArduPilot:masterfrom
cclauss:codespell

Conversation

@cclauss
Copy link
Contributor

@cclauss cclauss commented Jun 18, 2021

Like #557, use https://github.com/codespell-project/codespell to discover and fix common typos across the codebase.

Copy link
Contributor

@peterbarker peterbarker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little uneasy adding this as a CI check - it does (perhaps unfairly) raise barriers to entry for non-native English speakers.

I'll cross this with tridge.

@peterbarker
Copy link
Contributor

I've merged the fixes themselves in so we can consider the CI changes separately.

I've made this a single commit and fixed the commit comment up a bit.

@cclauss cclauss closed this Jun 4, 2022
@cclauss cclauss deleted the codespell branch June 4, 2022 16:57
cclauss added a commit to cclauss/pymavlink that referenced this pull request Jun 23, 2025
Use https://github.com/codespell-project/codespell to discover and fix common typos across the codebase.
```bash
% codespell --ignore-words-list="bu,delt,inout,mot,ned,od,ody,parm,parms,pevent,rin,sitl,siz,ue,upto" \
            --quiet-level=2 --skip="*.adb,*.json" --write-changes
```
Like:
* ArduPilot#557
* ArduPilot#559
peterbarker pushed a commit that referenced this pull request Jun 27, 2025
Use https://github.com/codespell-project/codespell to discover and fix common typos across the codebase.
```bash
% codespell --ignore-words-list="bu,delt,inout,mot,ned,od,ody,parm,parms,pevent,rin,sitl,siz,ue,upto" \
            --quiet-level=2 --skip="*.adb,*.json" --write-changes
```
Like:
* #557
* #559
RbtsEvrwhr-Riley pushed a commit to RbtsEvrwhr-Riley/pymavlink that referenced this pull request Jul 7, 2025
Use https://github.com/codespell-project/codespell to discover and fix common typos across the codebase.
```bash
% codespell --ignore-words-list="bu,delt,inout,mot,ned,od,ody,parm,parms,pevent,rin,sitl,siz,ue,upto" \
            --quiet-level=2 --skip="*.adb,*.json" --write-changes
```
Like:
* ArduPilot#557
* ArduPilot#559
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants