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:
Uli Schlachter 2011-05-07 16:04:04 +02:00
parent 38d97bd070
commit bc116c6ef1
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ function item_enter(menu, num, opts)
end end
if type(item.cmd) == "table" then if type(item.cmd) == "table" then
menu:exec(num, otps) menu:exec(num, opts)
end end
end end
end end

View File

@ -53,7 +53,7 @@ local data = setmetatable({}, { __mode = "k" })
--- Set the graph to draw stacks. Default is false. --- Set the graph to draw stacks. Default is false.
-- @name set_stack -- @name set_stack
-- @class function -- @class function
-- @param progressbar The graph. -- @param graph The graph.
-- @param stack A boolean value. -- @param stack A boolean value.
--- Set the graph stacking colors. Order matters. --- Set the graph stacking colors. Order matters.