summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-25 00:50:35 +0800
committerruki <[email protected]>2020-09-25 00:50:35 +0800
commit475233c8d4ca369e967c102558068392c9e496e8 (patch)
tree7c545db4f3dfe5a30891b538659e7893f1af446e /xmake/core/main.lua
parentba3a8eba461121eed5028f3e1f5c426fda348637 (diff)
rename some pathes to paths
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 04bdbc136..935b78cca 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -144,7 +144,7 @@ function main._init()
return false, err
end
- -- init project pathes only for xmake engine
+ -- init project paths only for xmake engine
if xmake._NAME == "xmake" then
local opt_projectdir, opt_projectfile = options.project, options.file