Typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 10 Aug 2009 10:14:46 +0000 (10:14 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 10 Aug 2009 10:14:46 +0000 (10:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@802719 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/util/Enumerator.java

index c379bf3..0524f1f 100644 (file)
@@ -32,7 +32,7 @@ import java.util.NoSuchElementException;
  * Adapter class that wraps an <code>Enumeration</code> around a Java2
  * collection classes object <code>Iterator</code> so that existing APIs
  * returning Enumerations can easily run on top of the new collections.
- * Constructors are provided to easliy create such wrappers.
+ * Constructors are provided to easily create such wrappers.
  *
  * @author Craig R. McClanahan
  * @version $Revision$ $Date$