From f6e4b76845cb6303ea5d93905da3b543cb961ba6 Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Sat, 11 Apr 2009 18:52:46 +0200 Subject: [PATCH] client: fix luadoc typo, minimize should be minimized Signed-off-by: Julien Danjou --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index c1ff44376..8ce793d6c 100644 --- a/client.c +++ b/client.c @@ -1729,7 +1729,7 @@ luaA_client_newindex(lua_State *L) * \lfield screen Client screen number. * \lfield hide Define if the client must be hidden, i.e. never mapped, * invisible in taskbar. - * \lfield minimize Define it the client must be iconify, i.e. only visible in + * \lfield minimized Define it the client must be iconify, i.e. only visible in * taskbar. * \lfield size_hints_honor Honor size hints, i.e. respect size ratio. * \lfield border_width The client border width.