godot/modules/mono
Rémi Verschelde b197de6f5f
Fix typos with codespell
Using codespell 2.1.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
readded
seeked
statics
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2022-01-07 00:14:54 +01:00
..
build_scripts
doc_classes Fix docs links in 3.x after docs reorg 2022-01-05 11:54:52 +01:00
editor [3.x] [Mono] Add support for file-scoped namespace declaration. 2022-01-02 18:02:00 +08:00
glue Fix typos with codespell 2022-01-07 00:14:54 +01:00
icons
mono_gd Init `params_buffer_size` member in GDMonoMethod 2022-01-01 02:23:40 +01:00
utils
.editorconfig
.gitignore
SCsub
__init__.py
class_db_api_json.cpp
class_db_api_json.h
config.py
csharp_script.cpp Fix getting properties state when reloading C# 2021-12-28 19:14:49 +01:00
csharp_script.h
godotsharp_defs.h
godotsharp_dirs.cpp
godotsharp_dirs.h
mono_gc_handle.cpp
mono_gc_handle.h
register_types.cpp
register_types.h
signal_awaiter_utils.cpp Don't box params on Native->C# calls with Variant params 2021-11-03 13:02:53 +01:00
signal_awaiter_utils.h