missprint
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Jul 2009 20:26:13 +0000 (20:26 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 5 Jul 2009 20:26:13 +0000 (20:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@791310 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/Generator.java

index 9d134fe..b6539b1 100644 (file)
@@ -1794,7 +1794,7 @@ class Generator {
                 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) {