Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 157E8D39B for ; Fri, 6 Jul 2012 15:23:44 +0000 (UTC) Received: (qmail 73390 invoked by uid 500); 6 Jul 2012 15:23:43 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 73331 invoked by uid 500); 6 Jul 2012 15:23: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 73311 invoked by uid 99); 6 Jul 2012 15:23:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 15:23:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 15:23:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4133823888FE; Fri, 6 Jul 2012 15:23:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1358260 - /httpd/httpd/branches/2.2.x/acinclude.m4 Date: Fri, 06 Jul 2012 15:23:22 -0000 To: cvs@httpd.apache.org From: ben@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120706152322.4133823888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ben Date: Fri Jul 6 15:23:21 2012 New Revision: 1358260 URL: http://svn.apache.org/viewvc?rev=1358260&view=rev Log: Spelling :-) Modified: httpd/httpd/branches/2.2.x/acinclude.m4 Modified: httpd/httpd/branches/2.2.x/acinclude.m4 URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/acinclude.m4?rev=1358260&r1=1358259&r2=1358260&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/acinclude.m4 (original) +++ httpd/httpd/branches/2.2.x/acinclude.m4 Fri Jul 6 15:23:21 2012 @@ -371,7 +371,7 @@ if test "x$ap_ssltk_configured" = "x"; t fi if test "x$ap_ssltk_type" = "x"; then AC_MSG_CHECKING([for OpenSSL version]) - dnl First check for manditory headers + dnl First check for mandatory headers AC_CHECK_HEADERS([openssl/opensslv.h openssl/ssl.h], [ap_ssltk_type="openssl"], []) if test "$ap_ssltk_type" = "openssl"; then dnl so it's OpenSSL - test for a good version