aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-12 15:08:27 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-12 15:08:27 +0000
commitc4567b40b87002369ab8b1c429dabfe5abf361ef (patch)
tree5e1d64053e911621c31da20398acb47ca043bacc /src
parenta3f9ececff684f274a8bf0215416ca7db5d10ea1 (diff)
downloadrspamd-c4567b40b87002369ab8b1c429dabfe5abf361ef.tar.gz
rspamd-c4567b40b87002369ab8b1c429dabfe5abf361ef.zip
[Minor] Fix docs
Diffstat (limited to 'src')
-rw-r--r--src/lua/lua_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_udp.c b/src/lua/lua_udp.c
index aac22695f..8a862f16a 100644
--- a/src/lua/lua_udp.c
+++ b/src/lua/lua_udp.c
@@ -35,7 +35,7 @@ rspamd_config.SYM = function(task)
udp.sento{
host = addr, -- must be ip address object (e.g. received by upstream module)
port = 500,
- data = {'str1, 'str2'}, -- can be table, string or rspamd_text
+ data = {'str1', 'str2'}, -- can be table, string or rspamd_text
timeout = 0.5, -- default = 1s
task = task, -- if has task
session = session, -- optional