From b3c6d968249e01ce2b00417c4d63ae524e883afd Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 23 Oct 2024 23:31:40 +0800 Subject: fix typo --- xmake/plugins/project/ninja/build_ninja.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/plugins/project/ninja/build_ninja.lua b/xmake/plugins/project/ninja/build_ninja.lua index 02d81b7e5..1264ed60c 100644 --- a/xmake/plugins/project/ninja/build_ninja.lua +++ b/xmake/plugins/project/ninja/build_ninja.lua @@ -48,7 +48,7 @@ function _escape_path(filepath) return filepath end --- tranlate path +-- translate path function _translate_path(filepath, outputdir) filepath = path.translate(filepath) if filepath == "" then -- cgit v1.3.1