Author: tn
Date: Wed Apr 17 21:52:53 2013
New Revision: 1469079

URL: http://svn.apache.org/r1469079
Log:
Fix typos.

Modified:
    
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java
    
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java

Modified: 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java?rev=1469079&r1=1469078&r2=1469079&view=diff
==============================================================================
--- 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java
 (original)
+++ 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java
 Wed Apr 17 21:52:53 2013
@@ -52,7 +52,7 @@ import java.lang.ref.Reference;
  * This implementation is not synchronized.
  * You can use {@link java.util.Collections#synchronizedMap} to 
  * provide synchronized access to a <code>ReferenceIdentityMap</code>.
- * Remember that synchronization will not stop the garbage collecter removing 
entries.
+ * Remember that synchronization will not stop the garbage collector removing 
entries.
  * <p>
  * All the available iterators can be reset back to the start by casting to
  * <code>ResettableIterator</code> and calling <code>reset()</code>.

Modified: 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java?rev=1469079&r1=1469078&r2=1469079&view=diff
==============================================================================
--- 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java
 (original)
+++ 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java
 Wed Apr 17 21:52:53 2013
@@ -50,7 +50,7 @@ import java.io.Serializable;
  * This implementation is not synchronized.
  * You can use {@link java.util.Collections#synchronizedMap} to 
  * provide synchronized access to a <code>ReferenceMap</code>.
- * Remember that synchronization will not stop the garbage collecter removing 
entries.
+ * Remember that synchronization will not stop the garbage collector removing 
entries.
  * <p>
  * All the available iterators can be reset back to the start by casting to
  * <code>ResettableIterator</code> and calling <code>reset()</code>.


Reply via email to