You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/10/17 12:41:03 UTC

[commons-collections] branch master updated: find and fix fixtypo (#88)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 32f2d4a  find and fix fixtypo (#88)
32f2d4a is described below

commit 32f2d4a832b7aac92e470991dddafff6608f0179
Author: dota17 <50...@users.noreply.github.com>
AuthorDate: Thu Oct 17 20:40:55 2019 +0800

    find and fix fixtypo (#88)
---
 RELEASE-NOTES.txt                                                       | 2 +-
 .../java/org/apache/commons/collections4/map/AbstractHashedMap.java     | 2 +-
 src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3d49e93..129d96f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -51,7 +51,7 @@ o COLLECTIONS-688:  Update platform requirement from Java 7 to 8.
 o COLLECTIONS-689:  Link to Javadoc API broken. Thanks to Richard Walker.
 o COLLECTIONS-692:  Replace use of deprecated Class#newInstance() PR #49. Thanks to Gary Gregory, Eitan Adler.
 
-Please NOTE: Clirr errors reported for this release are false positive, this is prooved by Japicmp report
+Please NOTE: Clirr errors reported for this release are false positive, this is proved by Japicmp report
 And manual testing.
 
 For complete information on Apache Commons Collections, including instructions on how to submit bug reports,
diff --git a/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java b/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java
index 0e4b156..8efb96b 100644
--- a/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java
+++ b/src/main/java/org/apache/commons/collections4/map/AbstractHashedMap.java
@@ -1235,7 +1235,7 @@ public class AbstractHashedMap<K, V> extends AbstractMap<K, V> implements Iterab
      * what must be serialized here, if anything.
      *
      * @param out  the output stream
-     * @throws IOException if an error occurs while writing tothe stream
+     * @throws IOException if an error occurs while writing to the stream
      */
     protected void doWriteObject(final ObjectOutputStream out) throws IOException {
         out.writeFloat(loadFactor);
diff --git a/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java b/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java
index dd2a3b6..5724bd3 100644
--- a/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java
+++ b/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java
@@ -463,7 +463,7 @@ public abstract class AbstractMapTest<K, V> extends AbstractObjectTest {
     }
 
     /**
-     * Gets the compatability version, needed for package access.
+     * Gets the compatibility version, needed for package access.
      */
     @Override
     public String getCompatibilityVersion() {