Untypo typo

This commit is contained in:
osmarks 2018-08-13 07:52:44 +01:00
parent 93a2f95330
commit 04fba79f20
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ local commands = {
if tonumber(number) ~= nil then
quantity = tonumber(number)
else
table.insert(query_tokens, 1, numbr)
table.insert(query_tokens, 1, number)
end
local query = table.concat(query_tokens, " ") -- unsplit query