summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorChen Yufei <[email protected]>2022-02-23 11:27:34 +0800
committerChen Yufei <[email protected]>2022-02-24 10:57:25 +0800
commit53eb656616818f8980ee1cc12d55d1f7671d741c (patch)
tree7230f08c1720db98655b90fa4dd98a80e9b9b37a /xmake/core/package/package.lua
parent465fee4cbf4b72419c8a717e05a4879e79ac772e (diff)
Fix some typos.
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 20a5c0ff7..dd2542b98 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -536,7 +536,7 @@ function _instance:lock(opt)
if self:filelock():trylock(opt) then
return true
else
- utils.cprint("${color.warning}package(%s) is being accessed by other processes, please waiting!", self:name())
+ utils.cprint("${color.warning}package(%s) is being accessed by other processes, please wait!", self:name())
end
local ok, errors = self:filelock():lock(opt)
if not ok then