sixd Wed, 10 Feb 2010 23:56:27 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=294866
Log: Spelling typo in new check message Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/config.m4 U php/php-src/trunk/ext/standard/config.m4 Modified: php/php-src/branches/PHP_5_3/ext/standard/config.m4 =================================================================== --- php/php-src/branches/PHP_5_3/ext/standard/config.m4 2010-02-10 23:50:11 UTC (rev 294865) +++ php/php-src/branches/PHP_5_3/ext/standard/config.m4 2010-02-10 23:56:27 UTC (rev 294866) @@ -265,7 +265,7 @@ 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 Modified: php/php-src/trunk/ext/standard/config.m4 =================================================================== --- php/php-src/trunk/ext/standard/config.m4 2010-02-10 23:50:11 UTC (rev 294865) +++ php/php-src/trunk/ext/standard/config.m4 2010-02-10 23:56:27 UTC (rev 294866) @@ -266,7 +266,7 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php