aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-05 12:27:05 +0000
committerGitHub <noreply@github.com>2016-11-05 12:27:05 +0000
commit9996719722dfe0eb45106340bbb1954cefbd4dd8 (patch)
tree55285102e677ccd1f8cb95a01b48f922316a92af /src
parente22796aed74cbb8ab831bf22717bfb0d39c868f2 (diff)
parentb7de9cbc784261f0c612396e333b8d24a47f3971 (diff)
downloadrspamd-9996719722dfe0eb45106340bbb1954cefbd4dd8.tar.gz
rspamd-9996719722dfe0eb45106340bbb1954cefbd4dd8.zip
Merge pull request #1102 from moisseev/patch-2
[Minor] Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/lua/lua_task.c6
1 files changed, 3 insertions, 3 deletions
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:
*