godot/modules/mono/editor/GodotTools/GodotTools/Export
Rémi Verschelde 3e78963bb9
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 13:44:25 +02:00
..
AotBuilder.cs Fix typos with codespell 2020-09-18 13:44:25 +02:00
ExportPlugin.cs C#: Fix InvalidCastException on export 2020-08-30 01:55:21 +02:00
XcodeHelper.cs Mono/C#: Add iOS support 2020-03-31 09:37:16 +02:00