From b26a21ab0ca46ec4a034c575cc2a705178580e58 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 35f7ceab8..4d5ae4cc4 100644 --- a/lib/awful/client.lua.in +++ b/lib/awful/client.lua.in @@ -548,7 +548,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