mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
fix comments typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2aab3415e0
commit
dc8a309c95
3 changed files with 3 additions and 3 deletions
|
@ -484,7 +484,7 @@ luaA_statusbar_remove(lua_State *L)
|
|||
* \param L The Lua VM state.
|
||||
*
|
||||
* \luastack
|
||||
* \lparam A table with at least a name attribute. Optionnaly defined values are:
|
||||
* \lparam A table with at least a name attribute. Optionaly defined values are:
|
||||
* position, align, fg, bg, width and height.
|
||||
* \lreturn A brand new statusbar.
|
||||
*/
|
||||
|
|
2
tag.c
2
tag.c
|
@ -339,7 +339,7 @@ luaA_tag_geti(lua_State *L)
|
|||
*
|
||||
* \luastack
|
||||
* \lparam A table with at least a name attribute.
|
||||
* Optionnal attributes are: mwfact, ncol, nmaster and layout.
|
||||
* Optional attributes are: mwfact, ncol, nmaster and layout.
|
||||
* \lreturn A new tag object.
|
||||
*/
|
||||
static int
|
||||
|
|
2
widget.c
2
widget.c
|
@ -299,7 +299,7 @@ widget_invalidate_bywidget(widget_t *widget)
|
|||
* \param L The Lua VM state.
|
||||
*
|
||||
* \luastack
|
||||
* \lparam A table with at least a name and a type value. Optionnal attributes
|
||||
* \lparam A table with at least a name and a type value. Optional attributes
|
||||
* are: align.
|
||||
* \lreturn A brand new widget.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue