]> granicus.if.org Git - php/commitdiff
MFH 1.36: Spell "overridden" correctly.
authorJon Parise <jon@php.net>
Thu, 7 Apr 2005 23:33:37 +0000 (23:33 +0000)
committerJon Parise <jon@php.net>
Thu, 7 Apr 2005 23:33:37 +0000 (23:33 +0000)
build/buildcheck.sh

index c4aaedb09b7e03bdb6c2b844af8d68172c251e0d..1e24ce8792800e0debb4ac9081dd4e63b7165b19 100755 (executable)
 #  |          Sascha Schumann <sascha@schumann.cx>                        |
 #  +----------------------------------------------------------------------+
 #
-# $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