godot/modules/mono/glue/GodotSharp/GodotSharp
Rémi Verschelde 2e8fdd0112
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
```

(cherry picked from commit b197de6f5f)
2022-01-07 00:17:47 +01:00
..
Core Fix typos with codespell 2022-01-07 00:17:47 +01:00
Properties 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
GodotSharp.csproj Added mono_unhandled_exception call to unhandled_exception hook 2021-03-17 15:17:02 +01:00