From 8d86597d7368460383a33a4399ea7a8b244cd6fa Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Wed, 24 Jul 2013 00:55:43 +0100 Subject: non living code related typo fixes --- sapi/apache/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache') diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index af83e9bcfa..1961289de0 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -59,7 +59,7 @@ if test "$PHP_APXS" != "no"; then # Test that we're trying to configure with apache 1.x PHP_AP_EXTRACT_VERSION($APXS_HTTPD) if test "$APACHE_VERSION" -ge 2000000; then - AC_MSG_ERROR([You have enabled Apache 1.3 support while your server is Apache 2. Please use the appropiate switch --with-apxs2]) + AC_MSG_ERROR([You have enabled Apache 1.3 support while your server is Apache 2. Please use the appropriate switch --with-apxs2]) fi for flag in $APXS_CFLAGS; do -- cgit v1.2.1