From fd5c46d0800c2e3613c193d4d238384b5d260991 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 17 Apr 2013 21:52:53 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469079 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/collections4/map/ReferenceIdentityMap.java | 2 +- .../java/org/apache/commons/collections4/map/ReferenceMap.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java b/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java index d8978f597..f80c72884 100644 --- a/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java +++ b/src/main/java/org/apache/commons/collections4/map/ReferenceIdentityMap.java @@ -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 ReferenceIdentityMap. - * Remember that synchronization will not stop the garbage collecter removing entries. + * Remember that synchronization will not stop the garbage collector removing entries. *

* All the available iterators can be reset back to the start by casting to * ResettableIterator and calling reset(). diff --git a/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java b/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java index f229c570b..4b647b4c3 100644 --- a/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java +++ b/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java @@ -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 ReferenceMap. - * Remember that synchronization will not stop the garbage collecter removing entries. + * Remember that synchronization will not stop the garbage collector removing entries. *

* All the available iterators can be reset back to the start by casting to * ResettableIterator and calling reset().