godot/doc
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
..
classes Fix typos with codespell 2022-01-07 00:17:47 +01:00
tools Rename "makerst.py" to "make_rst.py" 2021-10-26 13:34:36 +02:00
translations Fix typos with codespell 2022-01-07 00:17:47 +01:00
Doxyfile
Makefile Rename "makerst.py" to "make_rst.py" 2021-10-26 13:34:36 +02:00