Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 25, 2024
1 parent edc253a commit 4912f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/clustering/rpc/manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function _M:_meta_call(c, meta_cap, node_id)
end

if typ ~= "binary" then
return nil, "wrong frame type: " .. type
return nil, "wrong frame type: " .. typ
end

local payload = cjson_decode(data)
Expand Down

0 comments on commit 4912f02

Please sign in to comment.