From 3f6969681baf7d660b1d43308c6e7a1688f6382f Mon Sep 17 00:00:00 2001 From: marui26 Date: Tue, 31 May 2016 14:23:10 +0800 Subject: [PATCH] a spelling mistake in comment --- src/main/java/org/apache/log4j/Category.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/log4j/Category.java b/src/main/java/org/apache/log4j/Category.java index 50159b35b5..691d4fe716 100644 --- a/src/main/java/org/apache/log4j/Category.java +++ b/src/main/java/org/apache/log4j/Category.java @@ -195,7 +195,7 @@ public void assertLog(boolean assertion, String msg) { } /** - * Call the appenders in the hierrachy starting at this. If no + * Call the appenders in the hierarchy starting at this. If no * appenders could be found, emit a warning. * *