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 19d7020 commit a80e78fCopy full SHA for a80e78f
lua/fzf-lua/shell.lua
@@ -180,7 +180,7 @@ M.check_upvalue = function(v, varname)
180
local ok, err = pcall(f) ---@cast err string
181
assert(
182
ok or (not err:match("attempt to index upvalue") and not err:match("attempt to call upvalue")),
183
- string.format("multiprocess '%s' cannot have upvalue referecnces", varname))
+ string.format("multiprocess '%s' cannot have upvalue references", varname))
184
return str
185
end
186
0 commit comments