From: Vsevolod Stakhov Date: Wed, 13 May 2015 13:58:29 +0000 (+0100) Subject: Fix method name in the documentation. X-Git-Tag: 0.9.0~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a15fc684b69257db15cce9ea677d4e7ed236c6ac;p=thirdparty%2Frspamd.git Fix method name in the documentation. --- diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index 1b4f626e1b..aa6197a809 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -163,7 +163,7 @@ LUA_FUNCTION_DEF (task, get_urls); */ LUA_FUNCTION_DEF (task, get_content); /*** - * @method task:get_urls() + * @method task:get_emails() * Get all email addresses found in a message. * @return {table rspamd_url} list of all email addresses found */