diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-08-27 11:38:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 11:38:08 +0300 |
commit | 60854412722a7c0a4e1779b3827079aa25b46a24 (patch) | |
tree | 9070bc0ab0867bf80427028b3c158dc69ea8f30a /src/lua | |
parent | 635da93b871193283b42dac854bb1c4c4dec67da (diff) | |
download | rspamd-60854412722a7c0a4e1779b3827079aa25b46a24.tar.gz rspamd-60854412722a7c0a4e1779b3827079aa25b46a24.zip |
[Minor] Fix typo
Diffstat (limited to 'src/lua')
-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 baba3a001..0adb5432a 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 */ |