Author: markt Date: Sat Feb 16 21:47:52 2013 New Revision: 1446954 URL: http://svn.apache.org/r1446954 Log: Typo
Modified: tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java Modified: tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java?rev=1446954&r1=1446953&r2=1446954&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java (original) +++ tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java Sat Feb 16 21:47:52 2013 @@ -223,7 +223,7 @@ public class FastRemovalDequeue<T> { * Moves the element to the back. * * Could also be implemented as remove() and - * unpop(), but explicitely coding might be a bit faster. + * unpop(), but explicitly coding might be a bit faster. * * @param element the entry to move to the back. * */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org