]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in rev.13752
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 18 Dec 2014 12:39:24 +0000 (01:39 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 18 Dec 2014 12:39:24 +0000 (01:39 +1300)
mkrelease.sh

index 67291e64291e19de6e89c1bbd20549f4b870e35e..43e9a4f23e73a186c866141e68ac4d634197065a 100755 (executable)
@@ -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 <<EOS