We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PatternParser
log4j-1.2-api
1 parent 1b544d3 commit 03213a3Copy full SHA for 03213a3
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