[lua] Typo in comment

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-11 09:25:57 +02:00
parent a82a56d5f8
commit d702011b22
1 changed files with 1 additions and 1 deletions

2
lua.c
View File

@ -59,7 +59,7 @@ extern const struct luaL_reg awesome_statusbar_meta[];
extern const struct luaL_reg awesome_keybinding_methods[];
extern const struct luaL_reg awesome_keybinding_meta[];
/** Define a global mouse binding. This binding will be available wehn you
/** Define a global mouse binding. This binding will be available when you'll
* click on root window.
* \param L The Lua VM state.
*