prosodyctl: Fix typo (thanks av6)
authorKim Alvefur <zash@zash.se>
Sun, 28 Feb 2016 17:45:27 +0000 (18:45 +0100)
committerKim Alvefur <zash@zash.se>
Sun, 28 Feb 2016 17:45:27 +0000 (18:45 +0100)
prosodyctl

index de397ccf930d08e89d07eb3f73d88c40362c54fd..1d423b8cf271ec100d99d52d2315ad366f777181 100755 (executable)
@@ -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