Fixed a typo in LoggerFactory.java file

This commit is contained in:
Lauri Oherd 2016-03-25 12:14:26 +02:00
parent 7c2f6cd1dc
commit 4043dcd45a
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ public final class LoggerFactory {
private static void emitReplayWarning(int eventCount) {
Util.report("A number (" + eventCount + ") of logging calls during the initialization phase have been intercepted and are");
Util.report("now being replayed. These are suject to the filtering rules of the underlying logging system.");
Util.report("now being replayed. These are subject to the filtering rules of the underlying logging system.");
Util.report("See also " + REPLAY_URL);
}