From a58a2e0d2359e6d321e77767658647ac8029f5f1 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Fri, 6 Jul 2012 15:23:21 +0000 Subject: [PATCH] Spelling :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1358260 13f79535-47bb-0310-9956-ffa450edef68 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 29b7bee1890..c750b82e67d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -371,7 +371,7 @@ if test "x$ap_ssltk_configured" = "x"; then 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 -- 2.47.2