From 2f8ec03fb7fe8fe730d96eacaaba6fd50a9d55ff Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 29 Jan 2010 00:10:40 +0000 Subject: [PATCH] Fix comment typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@904315 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/AttributeParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/jasper/compiler/AttributeParser.java b/java/org/apache/jasper/compiler/AttributeParser.java index 5cbb1df5a..ca99e862f 100644 --- a/java/org/apache/jasper/compiler/AttributeParser.java +++ b/java/org/apache/jasper/compiler/AttributeParser.java @@ -228,7 +228,7 @@ public class AttributeParser { } /* - * Returns the nest unquoted character and sets the lastChEscaped flag to + * Returns the next unquoted character and sets the lastChEscaped flag to * indicate if it was quoted/escaped or not. * ' is always unquoted to ' * " is always unquoted to " -- 2.11.0