godot/misc
Rémi Verschelde 2e8fdd0112
Fix typos with codespell
Using codespell 2.1.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
readded
seeked
statics
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```

(cherry picked from commit b197de6f5f)
2022-01-07 00:17:47 +01:00
..
ci CI: Refactor Android workflow, use pre-installed SDK and NDK 2020-10-23 13:27:44 +02:00
dist Fix typos with codespell 2022-01-07 00:17:47 +01:00
hooks Fixed pre-commit-black file extensions 2021-11-25 23:13:12 +01:00
scripts Skip formatting .bat files in file_format.sh 2022-01-06 21:31:47 +01:00