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

commit c1bee804fc64b3e4a165480229c1f434139c9779
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 14:58:54 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 43eb0dc..f65c61f 100644
--- a/src/main/java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java
+++ b/src/main/java/org/apache/commons/logging/impl/Jdk13LumberjackLogger.java
@@ -45,7 +45,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
-     * is not used and optimise it away.
+     * 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 eb47bc4..7cb0e75 100644
--- a/src/main/java/org/apache/commons/logging/impl/Jdk14Logger.java
+++ b/src/main/java/org/apache/commons/logging/impl/Jdk14Logger.java
@@ -37,7 +37,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
-     * is not used and optimise it away.
+     * is not used and optimize it away.
      */
     protected static final Level dummyLevel = Level.FINE;
 

Reply via email to