]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix typo 1102/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 4 Nov 2016 17:49:51 +0000 (20:49 +0300)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2016 17:49:51 +0000 (20:49 +0300)
src/lua/lua_task.c

index dcbdfc9e1ca3d20af36dc969cd119836abd21709..08accf99879d556abc8b3f781e4f22fe024e5572 100644 (file)
@@ -96,9 +96,9 @@ end
  */
 LUA_FUNCTION_DEF (task, insert_result);
 /***
- * @method task:set_pre_results(action, description)
- * Sets pre-result for a task. It is used in pre-filters to specify early results
- * of the task scanned. If a pre-filter sets  some result, then further processing
+ * @method task:set_pre_result(action, description)
+ * Sets pre-result for a task. It is used in pre-filters to specify early result
+ * of the task scanned. If a pre-filter sets some result, then further processing
  * may be skipped. For selecting action it is possible to use global table
  * `rspamd_actions` or a string value:
  *