virtualx-engine/doc
Rémi Verschelde b197de6f5f
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
```
2022-01-07 00:14:54 +01:00
..
classes Fix typos with codespell 2022-01-07 00:14:54 +01:00
tools i18n: Add --lang option to make_rst.py to write translated headings 2021-12-21 14:40:13 +01:00
translations Fix typos with codespell 2022-01-07 00:14:54 +01:00
Doxyfile
Makefile i18n: Add --lang option to make_rst.py to write translated headings 2021-12-21 14:40:13 +01:00