We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b544d3 commit fbd40a2Copy full SHA for fbd40a2
log4j-1.2-api/src/main/java/org/apache/log4j/helpers/PatternParser.java
@@ -316,7 +316,7 @@ else if (dateFormatStr.equalsIgnoreCase(AbsoluteTimeDateFormat.DATE_AND_TIME_DAT
316
currentLiteral.setLength(0);
317
break;
318
default:
319
- LogLog.error("Unexpected char [" + c + "] at position " + i + " in conversion patterrn.");
+ LogLog.error("Unexpected char [" + c + "] at position " + i + " in conversion pattern.");
320
pc = new LiteralPatternConverter(currentLiteral.toString());
321
322
}
0 commit comments