Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Oct 23, 2024
1 parent d3e46ba commit b3c6d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/plugins/project/ninja/build_ninja.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3c6d96

Please sign in to comment.