From 2cdfb71f15b162c936491be5a676f421bb4caafc Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 26 Jun 2008 22:06:47 +0200 Subject: [PATCH] textbox: remove wrong comment Signed-off-by: Julien Danjou --- widgets/textbox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/textbox.c b/widgets/textbox.c index 931a09d07..b6739d845 100644 --- a/widgets/textbox.c +++ b/widgets/textbox.c @@ -140,7 +140,6 @@ luaA_textbox_width_set(lua_State *L) /** The __index method for a textbox object. * \param L The Lua VM state. * \return The number of elements pushed on stack. - * \param The numbre of elements return on the stack. */ static int luaA_textbox_index(lua_State *L)