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 2010/06/06 22:20:03 UTC

svn commit: r951951 - /tomcat/trunk/test/webapp-3.0/bug49196.jsp

Author: kkolinko
Date: Sun Jun  6 20:20:02 2010
New Revision: 951951

URL: http://svn.apache.org/viewvc?rev=951951&view=rev
Log:
correct a typo in a comment

Modified:
    tomcat/trunk/test/webapp-3.0/bug49196.jsp

Modified: tomcat/trunk/test/webapp-3.0/bug49196.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/bug49196.jsp?rev=951951&r1=951950&r2=951951&view=diff
==============================================================================
--- tomcat/trunk/test/webapp-3.0/bug49196.jsp (original)
+++ tomcat/trunk/test/webapp-3.0/bug49196.jsp Sun Jun  6 20:20:02 2010
@@ -15,7 +15,7 @@
   limitations under the License.
 --%>
 <%
-// As nonsensical as this is, in't shouldn't throw an NPE
+// As nonsensical as this is, it shouldn't throw an NPE
 pageContext.getErrorData();
 %>
 <html>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org