]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo in log message.
authorJoe Orton <jorton@apache.org>
Wed, 16 Aug 2017 09:50:39 +0000 (09:50 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 16 Aug 2017 09:50:39 +0000 (09:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805163 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_kernel.c

index 032b7f31eb84e9143369bb57cf5dbb5b84cfa303..d9b5bf9f041887cbfca2fa23aa234a8fb48e2fa2 100644 (file)
@@ -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;
                 }