]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix typo 901/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 27 Aug 2016 08:38:08 +0000 (11:38 +0300)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2016 08:38:08 +0000 (11:38 +0300)
src/lua/lua_task.c

index baba3a001e933c6454a80aa6d6b2ac0764960517..0adb5432adcd3c1820b4e04c9d6af83f24628b91 100644 (file)
@@ -152,7 +152,7 @@ LUA_FUNCTION_DEF (task, has_urls);
 LUA_FUNCTION_DEF (task, get_content);
 
 /***
- * @method task:get_content()
+ * @method task:get_rawbody()
  * Get raw body for the specified task
  * @return {text} the data contained in the task
  */