virtualx-engine/modules/mono
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
..
build_scripts SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
doc_classes doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
editor Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-branch 2019-04-29 16:56:25 +02:00
glue Fix typos with codespell 2019-05-19 13:10:35 +02:00
mono_gd C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
utils Fix generation of Mono Glue for Visual Studio 2017+ 2019-05-05 12:39:02 +02:00
config.py Mono: Reorganize build scripts 2019-04-07 19:03:09 +02:00
csharp_script.cpp C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
csharp_script.h C#: Marshalling support for IEnumerable<> and IDictionary<,> 2019-05-18 19:39:56 +02:00
godotsharp_defs.h
godotsharp_dirs.cpp
godotsharp_dirs.h
mono_gc_handle.cpp
mono_gc_handle.h
register_types.cpp
register_types.h
SCsub Mono: Add compiler flags to env_mono instead of env 2019-04-07 19:03:13 +02:00
signal_awaiter_utils.cpp C#: Add marshalling support for IEnumerable and IDictionary 2019-04-06 12:14:37 +02:00
signal_awaiter_utils.h