Fix typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 14 Mar 2011 14:25:14 +0000 (14:25 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 14 Mar 2011 14:25:14 +0000 (14:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1081391 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/JspRuntimeContext.java

index b663e5d..7961318 100644 (file)
@@ -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.