From 501383f39fcc50ebe5ab44b797f32b0cda68085d Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 9 Mar 2016 13:01:11 +0000 Subject: [PATCH] prosodyctl: Fix variable typo [luacheck] --- prosodyctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosodyctl b/prosodyctl index e118502c..0d185327 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 -- 2.30.2