From: Amos Jeffries Date: Thu, 18 Dec 2014 12:39:24 +0000 (+1300) Subject: Typo in rev.13752 X-Git-Tag: merge-candidate-3-v1~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bd5370a202c2b8e3fec2ffa9dae8e8bbb6c6440;p=thirdparty%2Fsquid.git Typo in rev.13752 --- diff --git a/mkrelease.sh b/mkrelease.sh index 67291e6429..43e9a4f23e 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -63,7 +63,7 @@ fi RELEASE=`echo $VERSION | cut -d. -f1,2 | cut -d- -f1` NOTES_VERSION=`grep "$VERSION" doc/release-notes/release-${RELEASE}.html` if test "x$NOTES_VERSION" = "x"; then - echo "ERROR! Release Notse HTML version numbers do not match!" + echo "ERROR! Release Notes HTML version numbers do not match!" exit 1 fi ed -s configure.ac <