prosodyctl: Fix typo (thanks av6)

This commit is contained in:
Kim Alvefur 2016-02-28 18:45:27 +01:00
parent 4ae28434fa
commit 838155583d

View file

@ -1223,7 +1223,7 @@ function commands.check(arg)
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