Software /
code /
prosody
Diff
prosodyctl @ 7445:6d2038147d3d
prosodyctl: Fix typo (thanks av6)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 28 May 2016 13:10:40 +0200 |
parent | 7311:e9526dd3e8fc |
child | 7447:843fe134453e |
child | 7455:82d8c11ab0cb |
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