From 3d8613daf4a53a6a78216c2dfcb19e8c19577d5f Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 12 Jun 2008 13:42:39 +0200 Subject: [PATCH] Fix comments typos Signed-off-by: Julien Danjou --- common/markup.c | 2 +- lua.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/markup.c b/common/markup.c index e93e64261..05dcdfcc4 100644 --- a/common/markup.c +++ b/common/markup.c @@ -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 diff --git a/lua.c b/lua.c index 39ef5df52..451941d05 100644 --- a/lua.c +++ b/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)