summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Parise <jon@php.net>2005-04-07 23:33:37 +0000
committerJon Parise <jon@php.net>2005-04-07 23:33:37 +0000
commit3efb2acb34e5a6dadcd9cb152870aa5b487a318e (patch)
treed0ae05653774535d0c4bb2459eea28d71a87c461
parentd9d53a1d69216580d5084c314c743e818ac58802 (diff)
downloadphp-git-3efb2acb34e5a6dadcd9cb152870aa5b487a318e.tar.gz
MFH 1.36: Spell "overridden" correctly.
-rwxr-xr-xbuild/buildcheck.sh4
1 files changed, 2 insertions, 2 deletions
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 <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