From 7bf56c079214f65d5de92e4bd2cc58d969694477 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 23 Mar 2026 23:54:20 +0800 Subject: fix some typos --- xmake/core/base/path.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmake/core/base/path.lua') diff --git a/xmake/core/base/path.lua b/xmake/core/base/path.lua index 9dc2ecd7d..5af6daec9 100644 --- a/xmake/core/base/path.lua +++ b/xmake/core/base/path.lua @@ -299,7 +299,7 @@ function path.split(p) return p:split("[/\\]") end --- get the path seperator +-- get the path separator function path.sep() local sep = path._SEP if not sep then @@ -309,7 +309,7 @@ function path.sep() return sep end --- get the path seperator of environment variable +-- get the path separator of environment variable function path.envsep() local envsep = path._ENVSEP if not envsep then @@ -379,7 +379,7 @@ function path.joinenv(paths, envsep) end end --- the last character is the path seperator? +-- the last character is the path separator? function path.islastsep(p) p = tostring(p) local sep = p:sub(#p, #p) -- cgit v1.3.1