Fix typo
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/24bfc3e8 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/24bfc3e8 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/24bfc3e8 Branch: refs/heads/master Commit: 24bfc3e867484b7a98fbef2623619b93562d8735 Parents: 10dbe30 Author: Mikael Ståldal <mikael.stal...@magine.com> Authored: Tue Jun 14 09:52:06 2016 +0200 Committer: Mikael Ståldal <mikael.stal...@magine.com> Committed: Tue Jun 14 09:52:06 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24bfc3e8/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 053e712..b217bf3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,7 +25,7 @@ <body> <release version="2.6.2" date="2016-MM-DD" description="GA Release 2.6.2"> <action issue="LOG4J2-1395" dev="mikes" type="add"> - "direct" option to ConsoleAdapter for increased performance. + "direct" option to ConsoleAppender for increased performance. </action> <action issue="LOG4J2-1418" dev="mikes" type="fix"> Provide MessageFactory2 to custom Logger implementations.