godot/misc/scripts
Rémi Verschelde 4219a4cb6f
Fix typos with codespell
Using codespell 2.0.0.

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

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2021-05-20 12:38:56 +02:00
..
black_format.sh Style: Fix code format scripts compat with non-GNU Unices 2020-07-27 13:11:44 +02:00
check_ci_log.py Fix typos with codespell 2021-05-20 12:38:56 +02:00
clang_format.sh Dynamically load libpulse.so.0 and libasound.so.1 on Linux 2021-02-16 20:31:49 +01:00
copyright_headers.py Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_format.sh Merge pull request #46117 from akien-mga/dynamic-load-libudev 2021-02-17 13:40:15 +01:00
make_icons.sh Remove unused scripts from the misc/scripts directory 2019-12-17 23:22:47 +01:00