From: Jon Parise Date: Thu, 7 Apr 2005 23:33:37 +0000 (+0000) Subject: MFH 1.36: Spell "overridden" correctly. X-Git-Tag: php-5.0.5RC1~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3efb2acb34e5a6dadcd9cb152870aa5b487a318e;p=php MFH 1.36: Spell "overridden" correctly. --- diff --git a/build/buildcheck.sh b/build/buildcheck.sh index c4aaedb09b..1e24ce8792 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -16,14 +16,14 @@ # | Sascha Schumann | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.30.2.5 2005-04-07 20:43:26 sniper Exp $ +# $Id: buildcheck.sh,v 1.30.2.6 2005-04-07 23:33:37 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