From: Matthew Wild Date: Tue, 8 Mar 2016 17:49:33 +0000 (+0000) Subject: prosodyctl: Fix typo'd variable name [luacheck] X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=8f198dde1434387ed113cd4528d7486b2e469db4;p=prosody.git prosodyctl: Fix typo'd variable name [luacheck] --- diff --git a/prosodyctl b/prosodyctl index 4effb887..e902ac58 100755 --- a/prosodyctl +++ b/prosodyctl @@ -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