Commit 48d9e0fb authored by Joe Orton's avatar Joe Orton
Browse files

Fix typo in log message.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805163 13f79535-47bb-0310-9956-ffa450edef68
parent c43f161a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2174,7 +2174,7 @@ static apr_status_t init_vhost(conn_rec *c, SSL *ssl)
                
                if (SSL_check_private_key(ssl) < 1) {
                    ap_log_cerror(APLOG_MARK, APLOG_WARNING, 0, c, APLOGNO(10088)
                                  "Challenbge certificate and private key %s "
                                  "Challenge certificate and private key %s "
                                  "do not match", servername);
                    return APR_EGENERAL;
                }