summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-11 23:55:33 +0800
committerruki <[email protected]>2023-09-11 23:55:33 +0800
commit03bba700206c11d0c4964e57038b018d36f8d505 (patch)
tree702bf0049972b00d968cbe306a240e9d2a782efe
parent524b268de2927298d8388f1e25e821df46870d4e (diff)
fix typo
-rw-r--r--xmake/actions/package/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/package/xmake.lua b/xmake/actions/package/xmake.lua
index dd7b1846f..f02813d48 100644
--- a/xmake/actions/package/xmake.lua
+++ b/xmake/actions/package/xmake.lua
@@ -34,7 +34,7 @@ task("package")
{nil, "homepage", "kv", nil, "Set the homepage of package."},
{nil, "description","kv", nil, "Set the description of package."},
{nil, "url", "kv", nil, "Set the url of remote package."},
- {nil, "version", "kv", nil, "Set the version of remove package."},
+ {nil, "version", "kv", nil, "Set the version of remote package."},
{nil, "shasum", "kv", nil, "Set the sha256 or commit of remote package."},
{},
{nil, "target", "v", nil, "The target name. It will package all default targets if this parameter is not specified.",