Skip to content

Commit fbd40a2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)