Author: markt Date: Fri Jan 29 00:10:40 2010 New Revision: 904315 URL: http://svn.apache.org/viewvc?rev=904315&view=rev Log: Fix comment typo
Modified: tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java?rev=904315&r1=904314&r2=904315&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java (original) +++ tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java Fri Jan 29 00:10:40 2010 @@ -228,7 +228,7 @@ } /* - * 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 " --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org