Skip to content

Fix typos discovered by codespell#1064

Merged
peterbarker merged 1 commit intoArduPilot:masterfrom
cclauss:codespell
Jun 27, 2025
Merged

Fix typos discovered by codespell#1064
peterbarker merged 1 commit intoArduPilot:masterfrom
cclauss:codespell

Conversation

@cclauss
Copy link
Contributor

@cclauss cclauss commented Jun 23, 2025

Use https://github.com/codespell-project/codespell to discover and fix common typos across the codebase.

% 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:

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 peterbarker merged commit 7312760 into ArduPilot:master Jun 27, 2025
20 checks passed
@cclauss cclauss deleted the codespell branch June 27, 2025 08:54
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