Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 398FE2004A0 for ; Wed, 16 Aug 2017 11:50:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 374E3168732; Wed, 16 Aug 2017 09:50:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 751BC168730 for ; Wed, 16 Aug 2017 11:50:45 +0200 (CEST) Received: (qmail 3410 invoked by uid 500); 16 Aug 2017 09:50:43 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 3399 invoked by uid 99); 16 Aug 2017 09:50:43 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2017 09:50:43 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1566A3A021C for ; Wed, 16 Aug 2017 09:50:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1805163 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c Date: Wed, 16 Aug 2017 09:50:39 -0000 To: cvs@httpd.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170816095042.1566A3A021C@svn01-us-west.apache.org> archived-at: Wed, 16 Aug 2017 09:50:46 -0000 Author: jorton Date: Wed Aug 16 09:50:39 2017 New Revision: 1805163 URL: http://svn.apache.org/viewvc?rev=1805163&view=rev Log: Fix typo in log message. Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c?rev=1805163&r1=1805162&r2=1805163&view=diff ============================================================================== --- httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c (original) +++ httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c Wed Aug 16 09:50:39 2017 @@ -2174,7 +2174,7 @@ static apr_status_t init_vhost(conn_rec 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; }