From 03aa84f955d34eced7d223ecc4b5d6a81a04840f Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Thu, 7 Apr 2005 23:33:50 +0000 Subject: [PATCH] MFH 1.36: Spell "overridden" correctly. --- build/buildcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/buildcheck.sh b/build/buildcheck.sh index b056492e25..8c6954006c 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -16,14 +16,14 @@ # | Sascha Schumann | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.21.2.12 2005-04-07 20:49:00 sniper Exp $ +# $Id: buildcheck.sh,v 1.21.2.13 2005-04-07 23:33:50 jon Exp $ # echo "buildconf: checking installation..." stamp=$1 -# Allow the autoconf executable to be overriden by $PHP_AUTOCONF. +# Allow the autoconf executable to be overridden by $PHP_AUTOCONF. if test -z "$PHP_AUTOCONF"; then PHP_AUTOCONF='autoconf' fi -- 2.50.1