summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Leclercq <[email protected]>2020-11-24 13:51:54 +0100
committerJérôme Leclercq <[email protected]>2020-11-24 13:51:54 +0100
commit9a626758b9edab5dcb8a9a771dc3a2d6ebe662da (patch)
tree93fa33ef550ed7b974eaedfa4961ce0f6a1b79ec
parent5dbf5a1ca7af00442614e21d63969b579cea5ac2 (diff)
Fix typo in vsproj xml
-rw-r--r--xmake/plugins/project/vsxmake/vsproj/Xmake.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vsxmake/vsproj/Xmake.xml b/xmake/plugins/project/vsxmake/vsproj/Xmake.xml
index e1bd4b5ec..8f2869b15 100644
--- a/xmake/plugins/project/vsxmake/vsproj/Xmake.xml
+++ b/xmake/plugins/project/vsxmake/vsproj/Xmake.xml
@@ -27,7 +27,7 @@
Switch="diagnosis" />
<BoolProperty
Name="XmakeWarning"
- DisplayName="Print warings"
+ DisplayName="Print warnings"
Category="Common"
Description="Enable the warnings output for build tasks."
Switch="warning" />