You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/10/20 15:17:05 UTC

svn commit: r1633148 - /tomcat/native/branches/1.1.x/jnirelease.sh

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org