Author: markt Date: Mon Mar 14 14:25:14 2011 New Revision: 1081391 URL: http://svn.apache.org/viewvc?rev=1081391&view=rev Log: Fix typo
Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java?rev=1081391&r1=1081390&r2=1081391&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java (original) +++ tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java Mon Mar 14 14:25:14 2011 @@ -232,7 +232,7 @@ public final class JspRuntimeContext { /** * Push a newly compiled JspServletWrapper into the queue at first - * execution of jsp. Destroy any JSP the has been replaced in the queue. + * execution of jsp. Destroy any JSP that has been replaced in the queue. * * @param jsw Servlet wrapper for jsp. * @return an unloadHandle that can be pushed to front of queue at later execution times. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org