godot/modules/mono/editor/GodotTools
Rémi Verschelde c8859f0463
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 14:09:51 +02:00
..
GodotTools Fix typos with codespell 2020-09-18 14:09:51 +02:00
GodotTools.BuildLogger C#: Fix null exception in our MSBuild logger 2020-08-21 02:28:18 +02:00
GodotTools.Core C#: Fix csproj not synced on file move/removal from FS dock 2020-09-13 12:35:34 +02:00
GodotTools.IdeMessaging [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
GodotTools.IdeMessaging.CLI Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
GodotTools.OpenVisualStudio Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
GodotTools.ProjectEditor Fix typos with codespell 2020-09-18 14:09:51 +02:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.sln [3.2] C#: Add VisualStudio support 2020-06-23 21:01:54 +02:00