fix comments typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2aab3415e0
commit
dc8a309c95
|
@ -484,7 +484,7 @@ luaA_statusbar_remove(lua_State *L)
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
*
|
*
|
||||||
* \luastack
|
* \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.
|
* position, align, fg, bg, width and height.
|
||||||
* \lreturn A brand new statusbar.
|
* \lreturn A brand new statusbar.
|
||||||
*/
|
*/
|
||||||
|
|
2
tag.c
2
tag.c
|
@ -339,7 +339,7 @@ luaA_tag_geti(lua_State *L)
|
||||||
*
|
*
|
||||||
* \luastack
|
* \luastack
|
||||||
* \lparam A table with at least a name attribute.
|
* \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.
|
* \lreturn A new tag object.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
2
widget.c
2
widget.c
|
@ -299,7 +299,7 @@ widget_invalidate_bywidget(widget_t *widget)
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
*
|
*
|
||||||
* \luastack
|
* \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.
|
* are: align.
|
||||||
* \lreturn A brand new widget.
|
* \lreturn A brand new widget.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue