godot/modules/assimp
Rémi Verschelde ab3bccdb78 Fix typos with codespell
Using codespell 1.16.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
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
```
2019-11-22 08:35:03 +01:00
..
SCsub
config.py
editor_scene_importer_assimp.cpp Fix typos with codespell 2019-11-22 08:35:03 +01:00
editor_scene_importer_assimp.h
godot_update_assimp.sh
import_state.h
import_utils.h
register_types.cpp
register_types.h