Skip to content

Commit 801dc8b

Browse files
nmbakfmagentzh
authored andcommitted
bugfix: error message: typo fix: Unkown => Unknown
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent b18966e commit 801dc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/redis.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ local function _read_reply(self, sock)
199199

200200
else
201201
-- when `line` is an empty string, `prefix` will be equal to nil.
202-
return nil, "unkown prefix: \"" .. tostring(prefix) .. "\""
202+
return nil, "unknown prefix: \"" .. tostring(prefix) .. "\""
203203
end
204204
end
205205

0 commit comments

Comments
 (0)