From e99bad28a0d251762531fe4bc50afc88faa5031a Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Thu, 26 Mar 2009 22:58:17 +0100 Subject: [PATCH] client: fix luadoc typo Signed-off-by: Julien Danjou --- lib/awful/client.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/client.lua.in b/lib/awful/client.lua.in index e1fc651ee..04806493e 100644 --- a/lib/awful/client.lua.in +++ b/lib/awful/client.lua.in @@ -549,7 +549,7 @@ end --- Set a client floating state, overriding auto-detection. -- Floating client are not handled by tiling layouts. -- @param c A client. --- @param state True or false. +-- @param s True or false. function floating.set(c, s) local c = c or capi.client.focus if c and property.get(c, "floating") ~= s then