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 b83b314 Spelling b83b314 is described below commit b83b31411ab336d8d2e30884b0442e003cdf2e72 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 22 16:31:05 2022 -0400 Spelling --- src/test/java/org/apache/commons/logging/LoadTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/logging/LoadTestCase.java b/src/test/java/org/apache/commons/logging/LoadTestCase.java index abbb227..00e5389 100644 --- a/src/test/java/org/apache/commons/logging/LoadTestCase.java +++ b/src/test/java/org/apache/commons/logging/LoadTestCase.java @@ -81,7 +81,7 @@ public class LoadTestCase extends TestCase{ public Class loadClass(final String name) throws ClassNotFoundException { // isolates all logging classes, application in the same classloader too. - // filters exeptions to simlify handling in test + // filters exceptions to simlify handling in test for (final String element : LOG_PCKG) { if (name.startsWith(element) && name.indexOf("Exception") == -1) { return def(name);