godot/modules/gdnative/pluginscript
Rémi Verschelde e0574e1d98 Fix typos with codespell
Using codespell 1.15.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
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-05-19 13:10:35 +02:00
..
pluginscript_instance.cpp
pluginscript_instance.h Fix typos with codespell 2019-05-19 13:10:35 +02:00
pluginscript_language.cpp
pluginscript_language.h
pluginscript_loader.cpp
pluginscript_loader.h
pluginscript_script.cpp Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00
pluginscript_script.h
register_types.cpp
register_types.h
SCsub