[lua] Typo in comment
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a82a56d5f8
commit
d702011b22
2
lua.c
2
lua.c
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue