Fix comments typos
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
1115f17f1a
commit
3d8613daf4
|
@ -157,7 +157,7 @@ markup_parse_text(GMarkupParseContext *context __attribute__ ((unused)),
|
|||
|
||||
/** Create a markup_parser_data_t structure with elements list.
|
||||
* \param elements an array of elements to look for, NULL terminated
|
||||
* \param elements_sub an optionnal array of values to substitude to elements, NULL
|
||||
* \param elements_sub an optional array of values to substitude to elements, NULL
|
||||
* terminated, or NULL if not needed
|
||||
* \param nelem number of elements in the array (without NULL)
|
||||
* \return a pointer to an allocated markup_parser_data_t which must be freed
|
||||
|
|
4
lua.c
4
lua.c
|
@ -298,7 +298,7 @@ luaA_hooks_manage(lua_State *L)
|
|||
/** Set the function called each time a client goes away. This function is
|
||||
* called with the client object as argument.
|
||||
* \param L The Lua VM state.
|
||||
*
|
||||
*
|
||||
* \luastack
|
||||
* \lparam A function to call when a client goes away.
|
||||
*/
|
||||
|
@ -385,7 +385,7 @@ luaA_hooks_urgent(lua_State *L)
|
|||
*
|
||||
* \luastack
|
||||
* \lparam The number of seconds to run function every. Set 0 to disable.
|
||||
* \lparam A function to call every N seconds (optionnal).
|
||||
* \lparam A function to call every N seconds (optional).
|
||||
*/
|
||||
static int
|
||||
luaA_hooks_timer(lua_State *L)
|
||||
|
|
Loading…
Reference in New Issue