pawn-lang / compiler

Pawn compiler for SA-MP with bug fixes and new features - runs on Windows, Linux, macOS
Other
303 stars 70 forks source link

Fix typos discovered with codespell #643

Closed Daniel-Cortez closed 3 years ago

Daniel-Cortez commented 3 years ago

What this PR does / why we need it:

This PR fixes typos that were found by using the codespell tool. Used commands:

python3 -m pip install codespell
codespell --ignore-words-list="tenative" --quiet-level=2

Note that I added "tenative" to the exception list, as otherwise codespell would suggest "tentative" for every occurence of teNATIVE.

Which issue(s) this PR fixes:

Fixes #

What kind of pull this is:

Additional Documentation: