tag: fix comments typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
41160e4cdf
commit
2aab3415e0
4
tag.c
4
tag.c
|
@ -55,7 +55,7 @@ tag_view(tag_t *tag, bool view)
|
|||
globalconf.screens[tag->screen].need_arrange = true;
|
||||
}
|
||||
|
||||
/** Create a new tag. Parameteres values are checked.
|
||||
/** Create a new tag. Parameters values are checked.
|
||||
* \param name tag name
|
||||
* \param layout layout to use
|
||||
* \param mwfact master width factor
|
||||
|
@ -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.
|
||||
* Optionnal attributes are: mwfact, ncol, nmaster and layout.
|
||||
* \lreturn A new tag object.
|
||||
*/
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue