Fix two minor typos
Thanks to anrxc for noticing the graph one. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
38d97bd070
commit
bc116c6ef1
|
@ -296,7 +296,7 @@ function item_enter(menu, num, opts)
|
|||
end
|
||||
|
||||
if type(item.cmd) == "table" then
|
||||
menu:exec(num, otps)
|
||||
menu:exec(num, opts)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -53,7 +53,7 @@ local data = setmetatable({}, { __mode = "k" })
|
|||
--- Set the graph to draw stacks. Default is false.
|
||||
-- @name set_stack
|
||||
-- @class function
|
||||
-- @param progressbar The graph.
|
||||
-- @param graph The graph.
|
||||
-- @param stack A boolean value.
|
||||
|
||||
--- Set the graph stacking colors. Order matters.
|
||||
|
|
Loading…
Reference in New Issue