diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-03-09 13:01:11 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-03-09 13:01:11 +0000 |
commit | 72212273c0de9674bccc060a9d9c8ca4d286d72a (patch) | |
tree | 892f1f8bd770dd908b158dea3636d762862f0372 | |
parent | 037707af4ce4315efeb3f3ba01453e6cb82e922c (diff) | |
download | prosody-72212273c0de9674bccc060a9d9c8ca4d286d72a.tar.gz prosody-72212273c0de9674bccc060a9d9c8ca4d286d72a.zip |
prosodyctl: Fix variable typo [luacheck]
-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 |