# HG changeset patch # User Kim Alvefur # Date 1464433840 -7200 # Node ID 6d2038147d3d1f5584aaa5de01f59fe5f180355e # Parent 4a178edc984771001b70d6dd1bcbff9f761e222d prosodyctl: Fix typo (thanks av6) diff -r 4a178edc9847 -r 6d2038147d3d prosodyctl --- a/prosodyctl Sat May 28 12:37:51 2016 +0200 +++ b/prosodyctl Sat May 28 13:10:40 2016 +0200 @@ -1261,13 +1261,13 @@ end if config.get(host, "component_module") == nil and not x509_verify_identity(host, "_xmpp-client", cert) then - print(" Not vaild for client connections to "..host..".") + print(" Not valid for client connections to "..host..".") cert_ok = false end if (not (config.get(host, "anonymous_login") or config.get(host, "authentication") == "anonymous")) and not x509_verify_identity(host, "_xmpp-server", cert) then - print(" Not vaild for server-to-server connections to "..host..".") + print(" Not valid for server-to-server connections to "..host..".") cert_ok = false end end