facelessuser / pyspelling

Spell checker automation tool
https://facelessuser.github.io/pyspelling/
MIT License
82 stars 24 forks source link

Fix typos discovered by codespell #181

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

% pipx run codespell --ignore-words-list=cheking,clen,fo,ned,reurn,smoe,tihs % pipx run codespell --ignore-words-list=cheking,clen,fo,ned,reurn,smoe,tihs --write-changes https://pypi.org/project/codespell

facelessuser commented 1 year ago

Yep, these are some good catches. I'm not scanning strings right now, and things like wit and with are examples of typos that appear as correctly spelled words, but with context are clearly typos. Thanks for the pull!

facelessuser commented 1 year ago

Okay, things are looking better now. I made a mistake earlier, I am not scanning strings, but I should consider it in the future as that would have caught the string misspellings. Anyways, I think this looks good now.

@gir-bot lgtm