# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1456681527 -3600
# Node ID 167dbd29fbebdac9f8e5778001e14a3c85cc2585
# Parent  48149ecbb649fdf18ba207e5ab5cdadd2fdb6bfd
prosodyctl: Fix typo (thanks av6)

diff -r 48149ecbb649 -r 167dbd29fbeb prosodyctl
--- a/prosodyctl	Sun Feb 28 18:24:12 2016 +0100
+++ b/prosodyctl	Sun Feb 28 18:45:27 2016 +0100
@@ -1223,7 +1223,7 @@
 					print("  No 'certificate' found for "..host)
 					cert_ok = false
 				elseif not ssl_config.key then
-					print("  No 'key' found for for "..host)
+					print("  No 'key' found for "..host)
 					cert_ok = false
 				else
 					local key, err = io.open(ssl_config.key); -- Permissions check only