Fix typo
This commit is contained in:
parent
a221f68c3b
commit
e33a918f10
|
@ -12,7 +12,7 @@ function M.lookup()
|
|||
local response = handle:read("*a")
|
||||
handle:close()
|
||||
|
||||
print(reponse)
|
||||
print(response)
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Reference in New Issue