From beb0118357f65bbf51662a66a33e01e4f25de59d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Thu, 11 Feb 2010 18:00:21 +0000 Subject: [PATCH] merge 294866: Spelling typo in new check message (sixd) --- ext/standard/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1