Skip to content

Commit 613db45

Browse files
committed
fix : logger typo 'patterrn' -> 'pattern'
1 parent 1b544d3 commit 613db45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-1.2-api/src/main/java/org/apache/log4j/helpers/PatternParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ else if (dateFormatStr.equalsIgnoreCase(AbsoluteTimeDateFormat.DATE_AND_TIME_DAT
316316
currentLiteral.setLength(0);
317317
break;
318318
default:
319-
LogLog.error("Unexpected char [" + c + "] at position " + i + " in conversion patterrn.");
319+
LogLog.error("Unexpected char [" + c + "] at position " + i + " in conversion pattern.");
320320
pc = new LiteralPatternConverter(currentLiteral.toString());
321321
currentLiteral.setLength(0);
322322
}

0 commit comments

Comments
 (0)