Closed Daniel-Cortez closed 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.
teNATIVE
Which issue(s) this PR fixes:
Fixes #
What kind of pull this is:
Additional Documentation:
What this PR does / why we need it:
This PR fixes typos that were found by using the codespell tool. Used commands:
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: