Skip to content

Commit

Permalink
Merge pull request #3014 from CAPSLOCK2000/typo1
Browse files Browse the repository at this point in the history
typo form -> for
  • Loading branch information
vstakhov committed Aug 26, 2019
2 parents d7d8e46 + 80a6a4e commit ccbb2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib/lua_redis.lua
Expand Up @@ -125,7 +125,7 @@ local function redis_query_sentinel(ev_base, params, initialised)
for _,s in ipairs(slave_result) do
local slave = flatten_redis_table(s)
lutil.debugm(N, rspamd_config,
'found slave form master %s with ip %s and port %s',
'found slave for master %s with ip %s and port %s',
v.name, slave.ip, slave.port)
-- Wrap IPv6-adresses in brackets
if (slave.ip:match(":")) then
Expand Down

0 comments on commit ccbb2dc

Please sign in to comment.