prosodyctl: Fix typo'd variable name [luacheck]
authorMatthew Wild <mwild1@gmail.com>
Tue, 8 Mar 2016 17:49:33 +0000 (17:49 +0000)
committerMatthew Wild <mwild1@gmail.com>
Tue, 8 Mar 2016 17:49:33 +0000 (17:49 +0000)
prosodyctl

index 4effb887d29794e5002fc0b2dc561a62f94a0a11..e902ac583b1e6b12c7e5d8e16a6f819e54cbf5fe 100755 (executable)
@@ -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