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 c16f9c3 Normalize spelling
c16f9c3 is described below
commit c16f9c3337bac0b409d19c9c6ec0d0113e7a02ed
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 27 11:06:09 2025 -0500
Normalize spelling
---
src/main/java/org/apache/commons/logging/LogFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java
b/src/main/java/org/apache/commons/logging/LogFactory.java
index 3a06179..f4253a8 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -885,7 +885,7 @@ public abstract class LogFactory {
// implementations via the TCCL, we don't try to load the default
LogFactory
// implementation via the context class loader because:
// * that can cause problems (see comments in newFactory method)
- // * no-one should be customising the code of the default class
+ // * no-one should be customizing the code of the default class
// Yes, we do give up the ability for the child to ship a newer
// version of the LogFactoryImpl class and have it used dynamically
// by an old LogFactory class in the parent, but that isn't