diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-13 14:58:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-13 14:58:29 +0100 |
commit | a15fc684b69257db15cce9ea677d4e7ed236c6ac (patch) | |
tree | 9b6508ef70a680f42a7b6f5706a969c10e8cb516 /src | |
parent | 3e7a1d0da137317fa6f597ee1757de1b92f1d466 (diff) | |
download | rspamd-a15fc684b69257db15cce9ea677d4e7ed236c6ac.tar.gz rspamd-a15fc684b69257db15cce9ea677d4e7ed236c6ac.zip |
Fix method name in the documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/lua/lua_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index 1b4f626e1..aa6197a80 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 */ |