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 errors #385

Merged
merged 1 commit into from
Mar 23, 2022
Merged

Fix spelling errors #385

merged 1 commit into from
Mar 23, 2022

Conversation

dforsi
Copy link
Contributor

@dforsi dforsi commented Mar 22, 2022

Fixed with:
codespell --ignore-words-list=dout,feets,fo,inout,ist,ot,parm,usng src --write-changes --interactive=2
and manual editing.

I did not change the following words because OVERLAYED and Lightening are in the file data/symbolsX.txt and Pres and CONVERS seems to be false positives:

src/mgn_icon.h:211: OVERLAYED ==> OVERLAID
src/mgn_icon.h:213: HURICANE ==> HURRICANE
src/mgn_icon.h:223: Lightening ==> Lightning, lighting
src/mgn_icon.h:266: OVERLAYED ==> OVERLAID
src/mgn_icon.h:267: OVERLAYED ==> OVERLAID
src/mgn_icon.h:271: OVERLAYED ==> OVERLAID
src/grm_sym.h:436: OVERLAYED ==> OVERLAID
src/grm_sym.h:438: HURICANE ==> HURRICANE
src/grm_sym.h:448: Lightening ==> Lightning, lighting
src/grm_sym.h:491: OVERLAYED ==> OVERLAID
src/grm_sym.h:492: OVERLAYED ==> OVERLAID
src/grm_sym.h:496: OVERLAYED ==> OVERLAID
src/telemetry.c:1202: Pres ==> Press
src/telemetry.c:1210: Pres ==> Press
src/symbols.c:196: OVERLAYED ==> OVERLAID
src/symbols.c:198: HURICANE ==> HURRICANE
src/symbols.c:208: Lightening ==> Lightning, lighting
src/symbols.c:251: OVERLAYED ==> OVERLAID
src/symbols.c:252: OVERLAYED ==> OVERLAID
src/symbols.c:256: OVERLAYED ==> OVERLAID
src/tnctest.c:1259: CONVERS ==> CONVERSE, CONVERTS, CONVERT

Fixed with:
codespell --ignore-words-list=dout,feets,fo,inout,ist,ot,parm,usng src --write-changes --interactive=2
and manual editing.
@wb2osz wb2osz merged commit bb16c72 into wb2osz:dev Mar 23, 2022
@wb2osz
Copy link
Owner

wb2osz commented Mar 23, 2022

Thanks for pointing out all those careless mistakes.

@dforsi dforsi deleted the fix/typos branch July 3, 2022 14:21
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