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/pascal/xmake.lua | |
| parent | 9659e157cd39571cfdd264ce8a2743b9a99175dc (diff) | |
fix some typos
Diffstat (limited to 'xmake/languages/pascal/xmake.lua')
| -rw-r--r-- | xmake/languages/pascal/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/languages/pascal/xmake.lua b/xmake/languages/pascal/xmake.lua index de31378af..0c207c49e 100644 --- a/xmake/languages/pascal/xmake.lua +++ b/xmake/languages/pascal/xmake.lua @@ -108,14 +108,14 @@ language("pascal") set_menu { config = { - {category = "Cross Complation Configuration/Compiler Configuration" } + {category = "Cross Compilation Configuration/Compiler Configuration" } , {nil, "pc", "kv", nil, "The Pascal Compiler" } - , {category = "Cross Complation Configuration/Linker Configuration" } + , {category = "Cross Compilation Configuration/Linker Configuration" } , {nil, "pcld", "kv", nil, "The Pascal Linker" } , {nil, "pcsh", "kv", nil, "The Pascal Shared Library Linker" } - , {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" } |
