Skip to content

Commit a80e78f

Browse files
codergeek121ibhagwan
authored andcommitted
Fix typo in error message for multiprocess commands
1 parent 19d7020 commit a80e78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/fzf-lua/shell.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ M.check_upvalue = function(v, varname)
180180
local ok, err = pcall(f) ---@cast err string
181181
assert(
182182
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))
183+
string.format("multiprocess '%s' cannot have upvalue references", varname))
184184
return str
185185
end
186186

0 commit comments

Comments
 (0)