godot/doc
Rémi Verschelde c8859f0463
Fix typos with codespell
Using codespell 1.17.1.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
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
```
2020-09-18 14:09:51 +02:00
..
classes Fix typos with codespell 2020-09-18 14:09:51 +02:00
tools makerst: Add missing newline at EOF 2020-09-15 19:26:44 +02:00
Doxyfile
Makefile Clean up & improve makerst.py 2018-12-27 13:57:08 +01:00