You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2013/05/05 11:45:13 UTC

svn commit: r1479271 - /commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPListener.java

Author: tv
Date: Sun May  5 09:45:13 2013
New Revision: 1479271

URL: http://svn.apache.org/r1479271
Log:
Typo

Modified:
    commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPListener.java

Modified: commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPListener.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPListener.java?rev=1479271&r1=1479270&r2=1479271&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPListener.java (original)
+++ commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPListener.java Sun May  5 09:45:13 2013
@@ -658,7 +658,7 @@ public class LateralTCPListener<K extend
             {
                 // if a hashcode was given and filtering is on
                 // check to see if they are the same
-                // if so, then don't remvoe, otherwise issue a remove
+                // if so, then don't remove, otherwise issue a remove
                 if ( led.valHashCode != -1 )
                 {
                     if ( getTcpLateralCacheAttributes().isFilterRemoveByHashCode() )