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

index b056492e252cd61b9459662aa37ea640ee7d4e11..8c6954006c2fad0c223521d30b15c88218c86a4e 100755 (executable)
 #  |          Sascha Schumann <sascha@schumann.cx>                        |
 #  +----------------------------------------------------------------------+
 #
-# $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