]> source.dussan.org Git - rspamd.git/commitdiff
Fix method name in the documentation.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 13 May 2015 13:58:29 +0000 (14:58 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 13 May 2015 13:58:29 +0000 (14:58 +0100)
src/lua/lua_task.c

index 1b4f626e1b768988faf716d29b132486ecd9a25e..aa6197a809fbecf8051a5fa78f4d1b1ff09b2e72 100644 (file)
@@ -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
  */