godot/modules/mono/editor/GodotTools/GodotTools.ProjectEditor
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
..
ApiAssembliesInfo.cs Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
DotNetSolution.cs C#: Use BOM when creating a solution 2020-09-08 22:02:24 +02:00
GodotTools.ProjectEditor.csproj C#: Fix Windows detection for copying MSBuild stub 2020-09-03 09:35:41 +02:00
IdentifierUtils.cs 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
MSBuild.exe 3.2 C#: Upgrade GodotTools to nuget Microsoft.Build 2020-08-20 21:45:34 +02:00
ProjectExtensions.cs 3.2 New csproj style with backport of Godot.NET.Sdk 2020-08-20 21:48:59 +02:00
ProjectGenerator.cs C#: Save newly created csproj files without BOM 2020-08-21 02:28:18 +02:00
ProjectUtils.cs Fix typos with codespell 2020-09-18 14:09:51 +02:00