virtualx-engine/modules/mono/glue
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
..
Managed Fix typos with codespell 2019-05-19 13:10:35 +02:00
arguments_vector.h Fix memory leak introduced in bb6814a 2019-04-02 22:56:17 +02:00
base_object_glue.cpp C#: Add missing ToString() override methods 2019-04-18 14:48:13 +02:00
base_object_glue.h C#: Add missing ToString() override methods 2019-04-18 14:48:13 +02:00
collections_glue.cpp C#: Add missing ToString() override methods 2019-04-18 14:48:13 +02:00
collections_glue.h C#: Add missing ToString() override methods 2019-04-18 14:48:13 +02:00
gd_glue.cpp C#: Generate the correct integer and floating point types 2019-04-27 01:30:46 +02:00
gd_glue.h C#: Generate the correct integer and floating point types 2019-04-27 01:30:46 +02:00
glue_header.h C#: Add DynamicGodotObject class 2019-03-29 00:53:48 +01:00
nodepath_glue.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
nodepath_glue.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rid_glue.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rid_glue.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string_glue.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string_glue.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00