prosodyctl: Fix variable typo [luacheck]
authorMatthew Wild <mwild1@gmail.com>
Wed, 09 Mar 2016 13:01:11 +0000
changeset 7258 3da7c334f034
parent 7254 b74421fe417a
child 7259 9fbb9fbf7e52
prosodyctl: Fix variable typo [luacheck]
prosodyctl
--- a/prosodyctl	Mon Mar 07 16:48:28 2016 +0100
+++ b/prosodyctl	Wed Mar 09 13:01:11 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