From 2ca6d51f2193e451284ff07905b28974fe7beab4 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 14 Aug 2024 07:46:14 -0400 Subject: [PATCH] Normalize spelling --- .../java/org/apache/commons/logging/AltHashtableTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/logging/AltHashtableTestCase.java b/src/test/java/org/apache/commons/logging/AltHashtableTestCase.java index 965fc03..726a7f3 100644 --- a/src/test/java/org/apache/commons/logging/AltHashtableTestCase.java +++ b/src/test/java/org/apache/commons/logging/AltHashtableTestCase.java @@ -78,7 +78,7 @@ public class AltHashtableTestCase extends TestCase { } /** - * Verify that initialising the LogFactory class will cause it + * Verify that initializing the LogFactory class will cause it * to instantiate an object of type specified in system property * "org.apache.commons.logging.LogFactory.HashtableImpl". */