From 89b2550e92a4801bb5dafad1e92f84cc2aeabefe Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 14 Mar 2011 14:25:14 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1081391 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/JspRuntimeContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/jasper/compiler/JspRuntimeContext.java b/java/org/apache/jasper/compiler/JspRuntimeContext.java index b663e5d21..796131806 100644 --- a/java/org/apache/jasper/compiler/JspRuntimeContext.java +++ b/java/org/apache/jasper/compiler/JspRuntimeContext.java @@ -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. -- 2.11.0