From 128f152ee096e10a8eff68a4465a2ba5272ec8d1 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 7 Jan 2002 16:03:25 +0000 Subject: [PATCH] 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 --- build/binbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1