Changeset

7445:6d2038147d3d

prosodyctl: Fix typo (thanks av6)
author Kim Alvefur <zash@zash.se>
date Sat, 28 May 2016 13:10:40 +0200
parents 7443:4a178edc9847
children 7446:0db72fac2faa
files prosodyctl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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