godot/modules/gdnative
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
..
android Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
arvr Forgot a parameter in the ARVR gdnative bindings for notifications 2019-04-30 21:47:14 +10:00
doc_classes doc: Sync classref with current source 2019-04-19 11:21:09 +02:00
gdnative added godot_dictionary_get_with_default to GDNative 2019-02-21 20:12:57 +01:00
include Forgot a parameter in the ARVR gdnative bindings for notifications 2019-04-30 21:47:14 +10:00
nativescript Fix indexing failure in NativeScriptLanguage::unregister_binding_functions. 2019-05-15 15:28:55 -04:00
net Add WebRTC GDNative interface 2019-04-12 18:51:24 +02:00
pluginscript Fix typos with codespell 2019-05-19 13:10:35 +02:00
videodecoder Fixes VideostreamGDNative crash on audio_channel=0. 2019-05-04 00:34:58 +05:30
config.py doc: Sync classref with current source 2019-04-19 11:21:09 +02:00
gdnative.cpp Fix typos with codespell 2019-05-19 13:10:35 +02:00
gdnative.h Fix GDNative library resource loading. 2019-05-12 21:26:22 +02:00
gdnative_api.json Add WebRTC GDNative interface 2019-04-12 18:51:24 +02:00
gdnative_builders.py Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.cpp Update GDNativeLibrarySingletonEditor. 2019-05-15 18:08:17 +02:00
gdnative_library_singleton_editor.h Update GDNativeLibrarySingletonEditor. 2019-05-15 18:08:17 +02:00
register_types.cpp Update GDNativeLibrarySingletonEditor. 2019-05-15 18:08:17 +02:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00