prosodyctl: Fix typo'd variable name [luacheck]

This commit is contained in:
Matthew Wild 2016-03-08 17:49:33 +00:00
parent 413055c14d
commit 099f11bf9f

View file

@ -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