We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccd2a6 commit b3de8f5Copy full SHA for b3de8f5
lua/sqlite/utils.lua
@@ -105,7 +105,7 @@ M.expand = function(path)
105
elseif string.find(path, "^%.") then
106
expanded = luv.fs_realpath(path)
107
if expanded == nil then
108
- error "Path not vaild"
+ error "Path not valid"
109
end
110
elseif string.find(path, "%$") then
111
local rep = string.match(path, "([^%$][^/]*)")
0 commit comments