From 1cdad51a01ed767259016b5f6e34f873943e3c62 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Wed, 4 Oct 2017 17:17:06 +1300 Subject: [PATCH] Fix typo in javadoc --- .../org/apache/commons/collections4/map/AbstractMapTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b6f719f96..280404be8 100644 --- a/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java +++ b/src/test/java/org/apache/commons/collections4/map/AbstractMapTest.java @@ -727,7 +727,7 @@ public abstract class AbstractMapTest extends AbstractObjectTest { /** * Tests Map.toString(). Since the format of the string returned by the * toString() method is not defined in the Map interface, there is no - * common way to test the results of the toString() method. Thereforce, + * common way to test the results of the toString() method. Therefore, * it is encouraged that Map implementations override this test with one * that checks the format matches any format defined in its API. This * default implementation just verifies that the toString() method does