prosodyctl: Fix variable typo [luacheck]

This commit is contained in:
Matthew Wild 2016-03-09 13:01:11 +00:00
parent 037707af4c
commit 72212273c0

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