godot/modules/gdnative
Rémi Verschelde c8859f0463
Fix typos with codespell
Using codespell 1.17.1.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
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
```
2020-09-18 14:09:51 +02:00
..
android Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
arvr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
doc_classes DocData: Skip language-specific ClassDoc without methods/constants 2020-06-18 11:29:28 +02:00
gdnative Fix GDNative Variant type size on 32-bit platforms, add size checking static asserts. [3.2] 2020-05-17 16:11:49 +03:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
include Fix GDNative Variant type size on 32-bit platforms, add size checking static asserts. [3.2] 2020-05-17 16:11:49 +03:00
nativescript Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
net SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
pluginscript SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
videodecoder VideoStreamGDNative: close file in cleanup 2020-06-29 10:57:59 +02:00
config.py DocData: Skip language-specific ClassDoc without methods/constants 2020-06-18 11:29:28 +02:00
gdnative.cpp GDNative: support dynamic loading of iOS frameworks 2020-07-02 12:38:51 +03:00
gdnative.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative_api.json Expose instance_from_id to GDNative 2020-01-10 11:59:37 +00:00
gdnative_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdnative_library_editor_plugin.cpp GDNative Editor: Support selecting frameworks for iOS 2020-07-02 12:47:20 +03:00
gdnative_library_editor_plugin.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Fix typos with codespell 2020-09-18 14:09:51 +02:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00