summaryrefslogtreecommitdiff
path: root/xmake/languages/c++/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-23 23:54:20 +0800
committerruki <[email protected]>2026-03-23 23:54:20 +0800
commit7bf56c079214f65d5de92e4bd2cc58d969694477 (patch)
tree9948e70666bea83d1f112f80a23e8c7a1f8a9d92 /xmake/languages/c++/xmake.lua
parent9659e157cd39571cfdd264ce8a2743b9a99175dc (diff)
fix some typos
Diffstat (limited to 'xmake/languages/c++/xmake.lua')
-rw-r--r--xmake/languages/c++/xmake.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmake/languages/c++/xmake.lua b/xmake/languages/c++/xmake.lua
index 7b3085c73..b94a073b8 100644
--- a/xmake/languages/c++/xmake.lua
+++ b/xmake/languages/c++/xmake.lua
@@ -116,26 +116,26 @@ language("c++")
set_menu {
config =
{
- {category = "Cross Complation Configuration/Compiler Configuration" }
+ {category = "Cross Compilation Configuration/Compiler Configuration" }
, {nil, "cxx", "kv", nil, "The C++ Compiler" }
, {nil, "cpp", "kv", nil, "The C/C++ Preprocessor" }
- , {category = "Cross Complation Configuration/Linker Configuration" }
+ , {category = "Cross Compilation Configuration/Linker Configuration" }
, {nil, "ld", "kv", nil, "The Linker" }
, {nil, "ar", "kv", nil, "The Static Library Linker" }
, {nil, "sh", "kv", nil, "The Shared Library Linker" }
, {nil, "ranlib", "kv", nil, "The Static Library Index Generator" }
- , {category = "Cross Complation Configuration/Compiler Flags Configuration" }
+ , {category = "Cross Compilation Configuration/Compiler Flags Configuration" }
, {nil, "cxflags", "kv", nil, "The C/C++ compiler Flags" }
, {nil, "cxxflags", "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, "arflags", "kv", nil, "The Static Library Linker Flags" }
, {nil, "shflags", "kv", nil, "The Shared Library Linker Flags" }
- , {category = "Cross Complation Configuration/Builtin Flags Configuration" }
+ , {category = "Cross Compilation Configuration/Builtin Flags Configuration" }
, {nil, "links", "kv", nil, "The Link Libraries" }
, {nil, "syslinks", "kv", nil, "The System Link Libraries" }
, {nil, "linkdirs", "kv", nil, "The Link Search Directories" }