From 2d42b3c15c83237b0108646bc489c998c497bbd0 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 12 Sep 2008 20:38:48 +0200 Subject: [PATCH] awful: fix comments typo Signed-off-by: Julien Danjou --- lib/awful.lua.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/awful.lua.in b/lib/awful.lua.in index 78276f98..059c444d 100644 --- a/lib/awful.lua.in +++ b/lib/awful.lua.in @@ -571,7 +571,7 @@ end --- Move a client to a tag. -- @param target The tag to move the client to. --- @para c Optional client to move, otherwise the focused one is used. +-- @param c Optional client to move, otherwise the focused one is used. function client.movetotag(target, c) local sel = c or capi.client.focus if sel then @@ -969,7 +969,7 @@ end --- Use bash completion system to complete command and filename. -- @param command The command line. -- @param cur_pos The cursor position. --- @paran ncomp The element number to complete. +-- @param ncomp The element number to complete. -- @return The new command and the new cursor position. function completion.bash(command, cur_pos, ncomp) local wstart = 1