diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-07-24 00:55:43 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-08-04 16:05:36 -0700 |
commit | 8d86597d7368460383a33a4399ea7a8b244cd6fa (patch) | |
tree | 39778cd6a7c61ad3a00f5ce0f11a59de60836ba2 /sapi/apache2handler | |
parent | 5f137d080acfc43ec66cc2a904076972edb5de67 (diff) | |
download | php-git-8d86597d7368460383a33a4399ea7a8b244cd6fa.tar.gz |
non living code related typo fixes
Diffstat (limited to 'sapi/apache2handler')
-rw-r--r-- | sapi/apache2handler/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 702f91f5d2..753de10ba8 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -61,7 +61,7 @@ if test "$PHP_APXS2" != "no"; then # Test that we're trying to configure with apache 2.x PHP_AP_EXTRACT_VERSION($APXS_HTTPD) if test "$APACHE_VERSION" -le 2000000; then - AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate switch --with-apxs (without the 2)]) + AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropriate switch --with-apxs (without the 2)]) elif test "$APACHE_VERSION" -lt 2000044; then AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required]) fi |