]> granicus.if.org Git - php/commitdiff
Spelling typo in new check message
authorChristopher Jones <sixd@php.net>
Wed, 10 Feb 2010 23:56:27 +0000 (23:56 +0000)
committerChristopher Jones <sixd@php.net>
Wed, 10 Feb 2010 23:56:27 +0000 (23:56 +0000)
ext/standard/config.m4

index 4eb4539a128924c821e597517643cb2a084bf8ef..34dab3ffaa863a9a6bb5135976b271a5b67650e9 100644 (file)
@@ -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