Skip to content
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 spelling #1733

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Fix spelling #1733

merged 1 commit into from
Jul 9, 2023

Conversation

dforsi
Copy link
Contributor

@dforsi dforsi commented Jul 8, 2023

This PR fixes the spelling in some *.md and *.ui files running the command:

find . ( -name '.md' -o -name '.ui' ) -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,verry --summary --write-changes {} +

and then manually ignoring some changes made by the tool.

Fixed with:
find . \( -name '*.md' -o -name '*.ui' -o -name '*.html' \) -exec codespell --ignore-words-list=cach,doas,ehr,inout,lits,nd,som,verry --summary --write-changes {} \+
and manual editing.
@f4exb f4exb merged commit d8174cf into f4exb:master Jul 9, 2023
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