summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-27 23:42:23 +0800
committerruki <[email protected]>2022-04-27 23:42:23 +0800
commit54b5c2dba1d5b56a6a1bd936d68d1530de2fd46c (patch)
tree56a1b0ed1477c9027c2ec8821df1f298936dcc0b
parentbd67f2b5493a079d43da820b1d09d486ce94d66d (diff)
fix typos
-rw-r--r--xmake/modules/private/service/remote_build/client.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/service/remote_build/client.lua b/xmake/modules/private/service/remote_build/client.lua
index bdd0ee1f0..f67847e9e 100644
--- a/xmake/modules/private/service/remote_build/client.lua
+++ b/xmake/modules/private/service/remote_build/client.lua
@@ -421,7 +421,7 @@ function remote_build_client:_archive_diff_files(diff_files)
end
local ok = archive_files(archivefile, filelist, {curdir = self:projectdir()})
if not ok then
- return nil, "archive fileds failed!"
+ return nil, "archive files failed!"
end
return archivefile
end