diff options
| author | ruki <[email protected]> | 2026-03-23 23:54:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-23 23:54:20 +0800 |
| commit | 7bf56c079214f65d5de92e4bd2cc58d969694477 (patch) | |
| tree | 9948e70666bea83d1f112f80a23e8c7a1f8a9d92 /xmake/languages/csharp/xmake.lua | |
| parent | 9659e157cd39571cfdd264ce8a2743b9a99175dc (diff) | |
fix some typos
Diffstat (limited to 'xmake/languages/csharp/xmake.lua')
| -rw-r--r-- | xmake/languages/csharp/xmake.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/languages/csharp/xmake.lua b/xmake/languages/csharp/xmake.lua index 9c2c0ce22..dee30d9c4 100644 --- a/xmake/languages/csharp/xmake.lua +++ b/xmake/languages/csharp/xmake.lua @@ -56,17 +56,17 @@ language("csharp") set_menu { config = { - {category = "Cross Complation Configuration/Compiler Configuration" } + {category = "Cross Compilation Configuration/Compiler Configuration" } , {nil, "cs", "kv", nil, "The C# Compiler" } - , {category = "Cross Complation Configuration/Linker Configuration" } + , {category = "Cross Compilation Configuration/Linker Configuration" } , {nil, "ld", "kv", nil, "The Linker" } , {nil, "sh", "kv", nil, "The Shared Library Linker" } - , {category = "Cross Complation Configuration/Compiler Flags Configuration" } + , {category = "Cross Compilation Configuration/Compiler Flags Configuration" } , {nil, "csflags", "kv", nil, "The C# Compiler Flags" } - , {category = "Cross Complation Configuration/Linker Flags Configuration" } + , {category = "Cross Compilation Configuration/Linker Flags Configuration" } , {nil, "ldflags", "kv", nil, "The Binary Linker Flags" } , {nil, "shflags", "kv", nil, "The Shared Library Linker Flags" } } |
