From: markt Date: Fri, 29 Jan 2010 00:10:40 +0000 (+0000) Subject: Fix comment typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2f8ec03fb7fe8fe730d96eacaaba6fd50a9d55ff;p=tomcat7.0 Fix comment typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@904315 13f79535-47bb-0310-9956-ffa450edef68 --- 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 "