Software /
code /
prosody
Diff
prosodyctl @ 7252:fa0169cc8511
prosodyctl: Fix typo'd variable name [luacheck]
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 08 Mar 2016 17:49:33 +0000 |
parent | 7250:6ffc9247417a |
child | 7256:9fbb9fbf7e52 |
child | 7267:8ad2dbc4fdb6 |
line wrap: on
line diff
--- a/prosodyctl Mon Mar 07 12:15:39 2016 +0100 +++ b/prosodyctl Tue Mar 08 17:49:33 2016 +0000 @@ -1080,7 +1080,7 @@ else if c2s_srv_required then print(" No _xmpp-client SRV record found for "..host..", but it looks like you need one."); - all_targst_ok = false; + all_targets_ok = false; else target_hosts:add(host); end