prosodyctl: Fix variable typo [luacheck]
authorMatthew Wild <mwild1@gmail.com>
Wed, 9 Mar 2016 13:01:11 +0000 (13:01 +0000)
committerMatthew Wild <mwild1@gmail.com>
Wed, 9 Mar 2016 13:01:11 +0000 (13:01 +0000)
prosodyctl

index e118502ca582f55de32ceaa30a5f388170985406..0d185327fe27ec40d1927a3cf81d7de8533d8225 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