Skip to content

Commit b3de8f5

Browse files
authored
chore: fix typo (#137)
1 parent 9ccd2a6 commit b3de8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/sqlite/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ M.expand = function(path)
105105
elseif string.find(path, "^%.") then
106106
expanded = luv.fs_realpath(path)
107107
if expanded == nil then
108-
error "Path not vaild"
108+
error "Path not valid"
109109
end
110110
elseif string.find(path, "%$") then
111111
local rep = string.match(path, "([^%$][^/]*)")

0 commit comments

Comments
 (0)