From: Alexander Moisseev Date: Fri, 4 Nov 2016 17:49:51 +0000 (+0300) Subject: [Minor] Fix typo X-Git-Tag: 1.4.0~118^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1102%2Fhead;p=rspamd.git [Minor] Fix typo --- diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index dcbdfc9e1..08accf998 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -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: *