Typos. Sorry for the noise
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 18 Dec 2010 17:26:52 +0000 (17:26 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 18 Dec 2010 17:26:52 +0000 (17:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1050680 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/el/lang/ELSupport.java

index 235b105..54a2e85 100644 (file)
@@ -161,9 +161,9 @@ public class ELSupport {
         }
     }
 
-    // Going to have have some casts /raw types somewhere so doing it here
+    // Going to have to have some casts /raw types somewhere so doing it here
     // keeps them all in one place. There might be a neater / better solution
-    // but I couldn;t find it
+    // but I couldn't find it
     @SuppressWarnings("unchecked")
     public static final Enum<?> coerceToEnum(final Object obj,
             @SuppressWarnings("rawtypes") Class type) {