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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 2ca6d51 Normalize spelling 2ca6d51 is described below commit 2ca6d51f2193e451284ff07905b28974fe7beab4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 14 07:46:14 2024 -0400 Normalize spelling --- src/test/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". */