From: Jeff Trawick Date: Mon, 7 Jan 2002 16:03:25 +0000 (+0000) Subject: fix a typo in an error message X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=128f152ee096e10a8eff68a4465a2ba5272ec8d1;p=apache fix a typo in an error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92762 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index bbd5058310..7c857bdd24 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -28,7 +28,7 @@ then echo "ERROR: The current directory contains no valid Apache distribution." echo "Please change the directory to the top level directory of a freshly" echo "unpacked Apache 2.0 source distribution and re-execute the script" - echo "'./build/bindbuild.sh'." + echo "'./build/binbuild.sh'." exit 1; fi