mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
fix(typo): utils.create_or_resue_writable_dir -> reuse (#3194)
This commit is contained in:
parent
acd4821bc1
commit
91ee9e7376
2 changed files with 3 additions and 3 deletions
|
|
@ -82,7 +82,7 @@ function M.setup_commands(mod, commands)
|
|||
end
|
||||
end
|
||||
|
||||
function M.create_or_resue_writable_dir(dir, create_err, writeable_err)
|
||||
function M.create_or_reuse_writable_dir(dir, create_err, writeable_err)
|
||||
create_err = create_err or M.join_space("Could not create dir '", dir, "': ")
|
||||
writeable_err = writeable_err or M.join_space("Invalid rights, '", dir, "' should be read/write")
|
||||
-- Try creating and using parser_dir if it doesn't exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue