godot/doc
Rémi Verschelde 5fc86026ca Fix typos with codespell
Using codespell 1.14.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
doubleclick
lod
nd
numer
que
te
unselect
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-02-13 09:23:29 +01:00
..
classes Fix typos with codespell 2019-02-13 09:23:29 +01:00
tools makerst.py refactor. 2018-12-28 16:55:51 +01:00
Doxyfile Remove trailing whitespace 2018-11-20 11:15:02 +01:00
Makefile Clean up & improve makerst.py 2018-12-27 13:57:08 +01:00