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 768c5ee  Javadoc
768c5ee is described below

commit 768c5ee7411f82ce12dbe7f0977d9162b1286176
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 15:02:35 2023 -0500

    Javadoc
    
    Normalize spelling
---
 .../java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java     | 2 +-
 src/main/java/org/apache/commons/logging/impl/Jdk14Logger.java          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java 
b/src/main/java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java
index f65c61f..c8c59a1 100644
--- a/src/main/java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java
+++ b/src/main/java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java
@@ -44,7 +44,7 @@ public class Jdk13LumberjackLogger implements Log, 
Serializable {
     /**
      * This member variable simply ensures that any attempt to initialize
      * this class in a pre-1.4 JVM will result in an 
ExceptionInInitializerError.
-     * It must not be private, as an optimising compiler could detect that it
+     * It must not be private, as an optimizing compiler could detect that it
      * is not used and optimize it away.
      */
     protected static final Level dummyLevel = Level.FINE;
diff --git a/src/main/java/org/apache/commons/logging/impl/Jdk14Logger.java 
b/src/main/java/org/apache/commons/logging/impl/Jdk14Logger.java
index 7cb0e75..2dd5f16 100644
--- a/src/main/java/org/apache/commons/logging/impl/Jdk14Logger.java
+++ b/src/main/java/org/apache/commons/logging/impl/Jdk14Logger.java
@@ -36,7 +36,7 @@ public class Jdk14Logger implements Log, Serializable {
     /**
      * This member variable simply ensures that any attempt to initialize
      * this class in a pre-1.4 JVM will result in an 
ExceptionInInitializerError.
-     * It must not be private, as an optimising compiler could detect that it
+     * It must not be private, as an optimizing compiler could detect that it
      * is not used and optimize it away.
      */
     protected static final Level dummyLevel = Level.FINE;

Reply via email to