Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

a spelling mistake in comment #4

Open
wants to merge 1 commit into
base: BRANCH_1_3_ABANDONED
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/org/apache/log4j/Category.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public void assertLog(boolean assertion, String msg) {
}

/**
* Call the appenders in the hierrachy starting at <code>this</code>. If no
* Call the appenders in the hierarchy starting at <code>this</code>. If no
* appenders could be found, emit a warning.
*
* <p>
Expand Down