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~191^2~1963 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d59b7bb41849b18804c9febf64684539bb1c33;p=php Spelling typo in new check message --- diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index 4eb4539a12..34dab3ffaa 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -266,7 +266,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