Author: kkolinko
Date: Mon Oct 20 13:17:05 2014
New Revision: 1633148
URL: http://svn.apache.org/r1633148
Log:
Correct typo in a comment
Modified:
tomcat/native/branches/1.1.x/jnirelease.sh
Modified: tomcat/native/branches/1.1.x/jnirelease.sh
URL:
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/jnirelease.sh?rev=1633148&r1=1633147&r2=1633148&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/jnirelease.sh (original)
+++ tomcat/native/branches/1.1.x/jnirelease.sh Mon Oct 20 13:17:05 2014
@@ -194,7 +194,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
# Remove first 25 lines from converted file which contains
-# page navagation data.
+# page navigation data.
# Remember to increase the lines when new file is added to news.
sed -i '' '1,25d' ../../CHANGELOG.txt
cd "$top"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]