From: Christopher Jones Date: Wed, 10 Feb 2010 23:56:27 +0000 (+0000) Subject: Spelling typo in new check message X-Git-Tag: php-5.4.0alpha1~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2b9a01e70d8e64cc8d4155cd48f7e4409c30f56;p=php Spelling typo in new check message --- diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index 8fa01ebaf2..93cb73e012 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -265,7 +265,7 @@ if test "$ac_cv_crypt_blowfish" = "no" || test "$ac_cv_crypt_des" = "no" || test ac_cv_attribute_aligned=no ])]) if test "$ac_cv_attribute_aligned" = "yes"; then - AC_DEFINE([HAVE_ATTRIBUTE_ALIGNED], 1, [Wheter the compiler supports __attribute__ ((__aligned__))]) + AC_DEFINE([HAVE_ATTRIBUTE_ALIGNED], 1, [whether the compiler supports __attribute__ ((__aligned__))]) fi