prosodyctl
changeset 7448 6d2038147d3d
parent 7314 e9526dd3e8fc
child 7450 843fe134453e
child 7458 82d8c11ab0cb
--- 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