godot/modules/mono/editor/GodotTools
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
..
GodotTools Fix typos with codespell 2020-09-18 13:44:25 +02:00
GodotTools.BuildLogger C#: Fix null exception in our MSBuild logger 2020-08-21 01:47:47 +02:00
GodotTools.Core C#: Fix csproj not synced on file move/removal from FS dock 2020-09-13 03:46:27 +02:00
GodotTools.IdeMessaging C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00
GodotTools.IdeMessaging.CLI Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
GodotTools.OpenVisualStudio Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
GodotTools.ProjectEditor C#: Use BOM when creating a solution 2020-09-08 20:06:07 +02:00
.gitignore
GodotTools.sln