X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosodyctl;h=4a6ce44efd68acfe4b33fea8250e119cc9eb97cb;hb=c18153e25135af31149458afbb695fa8e84f345f;hp=e3bc6ffabbf0aa20531fac918bcefacae64fd099;hpb=367213c4a9809120ba012f6a1d1c845dc183bfe5;p=prosody.git diff --git a/prosodyctl b/prosodyctl index e3bc6ffa..4a6ce44e 100755 --- a/prosodyctl +++ b/prosodyctl @@ -1261,13 +1261,13 @@ function commands.check(arg) 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