You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
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 ```
This commit is contained in:
@@ -374,7 +374,7 @@ namespace GodotTools.ProjectEditor
|
||||
// Add comment about Microsoft.NET.Sdk properties disabled during migration
|
||||
|
||||
GetElement(xDoc, name: "EnableDefaultCompileItems", value: "false", parentName: "PropertyGroup")
|
||||
.AddBeforeSelf(new XComment("The following properties were overriden during migration to prevent errors.\n" +
|
||||
.AddBeforeSelf(new XComment("The following properties were overridden during migration to prevent errors.\n" +
|
||||
" Enabling them may require other manual changes to the project and its files."));
|
||||
|
||||
void RemoveNamespace(XElement element)
|
||||
|
||||
Reference in New Issue
Block a user