fix comments typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-18 20:00:24 +02:00
parent 2aab3415e0
commit dc8a309c95
3 changed files with 3 additions and 3 deletions

View file

@ -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
View file

@ -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

View file

@ -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.
*/