Author: kkolinko
Date: Sun Jul  5 20:26:13 2009
New Revision: 791310

URL: http://svn.apache.org/viewvc?rev=791310&view=rev
Log:
missprint

Modified:
    tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/Generator.java?rev=791310&r1=791309&r2=791310&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/Generator.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/Generator.java Sun Jul  5 
20:26:13 2009
@@ -1794,7 +1794,7 @@
                 out = outSave;
             }
             
-            // Add the named objects to the lits of 'introduced' names to 
enable
+            // Add the named objects to the list of 'introduced' names to 
enable
             // a later test as per JSP.5.3
             VariableInfo[] infos = n.getVariableInfos();
             if (infos != null && infos.length > 0) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to