fix(typo): utils.create_or_resue_writable_dir -> reuse (#3194)

This commit is contained in:
Kiyan 2022-07-18 12:43:31 +02:00 committed by GitHub
parent acd4821bc1
commit 91ee9e7376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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