diff options
Diffstat (limited to 'src/lua/lua_task.c')
-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 89f21b7cb..72a83724b 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -240,7 +240,7 @@ LUA_FUNCTION_DEF (task, get_header_full); /*** * @method task:get_raw_headers() * Get all undecoded headers of a message as a string - * @reeturn {string} all raw headers for a message + * @return {rspamd_text} all raw headers for a message as opaque text */ LUA_FUNCTION_DEF (task, get_raw_headers); |