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/modules/package/tools/autoconf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/package/tools/autoconf.lua') diff --git a/xmake/modules/package/tools/autoconf.lua b/xmake/modules/package/tools/autoconf.lua index 120467b7d..c2fc26954 100644 --- a/xmake/modules/package/tools/autoconf.lua +++ b/xmake/modules/package/tools/autoconf.lua @@ -607,7 +607,7 @@ function buildenvs(package, opt) -- fix PKG_CONFIG_PATH for windows/msys2 -- @see https://github.com/xmake-io/xmake-repo/issues/3442 if package:is_plat("windows") then - -- pkg-config can only support for unix path and env seperator on msys/cygwin + -- pkg-config can only support for unix path and env separator on msys/cygwin PKG_CONFIG_PATH = _translate_cygwin_paths(PKG_CONFIG_PATH) envs.PKG_CONFIG_PATH = path.joinenv(PKG_CONFIG_PATH, ":") else -- cgit v1.3.1