From: Alexander Moisseev Date: Sat, 27 Aug 2016 08:38:08 +0000 (+0300) Subject: [Minor] Fix typo X-Git-Tag: 1.4.0~542^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F901%2Fhead;p=thirdparty%2Frspamd.git [Minor] Fix typo --- diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index baba3a001e..0adb5432ad 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -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 */