This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new ab85d1a62c Fix Javadoc typos (#3010)
ab85d1a62c is described below

commit ab85d1a62c090a3864817de04a1b9621c178eb3b
Author: Ivan Milosavljević <[email protected]>
AuthorDate: Tue Sep 24 20:21:54 2024 +0200

    Fix Javadoc typos (#3010)
---
 .../org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java    | 2 +-
 .../java/org/apache/logging/log4j/jul/test/Log4jBridgeHandlerTest.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
index f444c25350..96541cd57c 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
@@ -457,7 +457,7 @@ public class FastDatePrinter implements DatePrinter, 
Serializable {
     }
 
     /**
-     * Creation method for new calender instances.
+     * Creation method for new calendar instances.
      * @return a new Calendar instance.
      */
     private Calendar newCalendar() {
diff --git 
a/log4j-jul/src/test/java/org/apache/logging/log4j/jul/test/Log4jBridgeHandlerTest.java
 
b/log4j-jul/src/test/java/org/apache/logging/log4j/jul/test/Log4jBridgeHandlerTest.java
index 2859cca1a6..1dd8833b82 100644
--- 
a/log4j-jul/src/test/java/org/apache/logging/log4j/jul/test/Log4jBridgeHandlerTest.java
+++ 
b/log4j-jul/src/test/java/org/apache/logging/log4j/jul/test/Log4jBridgeHandlerTest.java
@@ -393,7 +393,7 @@ public class Log4jBridgeHandlerTest {
 
     ////////////////
     ////////////////   INTERNAL DEVELOPER TESTS follow
-    ////////////////   (these are NOT neccessary for unit test but source is 
kept here for reference and info)
+    ////////////////   (these are NOT necessary for unit test but source is 
kept here for reference and info)
 
     static {
         if (DEVTEST) {

Reply via email to