diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-03-08 17:49:33 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-03-08 17:49:33 +0000 |
commit | 099f11bf9f8f544710dd1c5a3652d73192546830 (patch) | |
tree | e0429504336e1434da7ae4d826238b91f415b7d3 /prosodyctl | |
parent | 413055c14de0e708abfc4034c0f36fc6e25ae344 (diff) | |
download | prosody-099f11bf9f8f544710dd1c5a3652d73192546830.tar.gz prosody-099f11bf9f8f544710dd1c5a3652d73192546830.zip |
prosodyctl: Fix typo'd variable name [luacheck]
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1080,7 +1080,7 @@ function commands.check(arg) 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 |