From 30b0f1c6544d410296cc492b7fef050252bc0e66 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 7 May 2011 16:04:04 +0200 Subject: [PATCH] Fix a minor typos Thanks to anrxc for noticing the graph one. Signed-off-by: Uli Schlachter --- lib/awful/widget/graph.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/widget/graph.lua.in b/lib/awful/widget/graph.lua.in index 53ec73239..94f794891 100644 --- a/lib/awful/widget/graph.lua.in +++ b/lib/awful/widget/graph.lua.in @@ -69,7 +69,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.