]> source.dussan.org Git - rspamd.git/commitdiff
Fix documentation.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 31 Jul 2015 11:47:06 +0000 (12:47 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 31 Jul 2015 11:47:06 +0000 (12:47 +0100)
src/lua/lua_task.c

index 89f21b7cb64d52cd33581a0dbb4b26785fbf3e19..72a83724b1e5f4d062b6e12a1206d192306d11f2 100644 (file)
@@ -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);