You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/02/16 22:47:52 UTC

svn commit: r1446954 - /tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org