Repository: logging-log4j2 Updated Branches: refs/heads/master af5b24a92 -> 21f6062ef
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/21f6062e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/21f6062e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/21f6062e Branch: refs/heads/master Commit: 21f6062ef5197d84a156d0c2fc0094233065f8ac Parents: af5b24a Author: ggregory <[email protected]> Authored: Tue Jun 23 08:38:35 2015 -0700 Committer: ggregory <[email protected]> Committed: Tue Jun 23 08:38:35 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/21f6062e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 33d3712..5f66c22 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -270,7 +270,7 @@ Logging system fails to initialize if XInclude API is not available. </action> <action issue="LOG4J2-914" dev="ggregory" type="fix" due-to="Kaj Bjurman"> - ThrowableProxy.getExtendedStackTraceAsString causes NullpointerException. + ThrowableProxy.getExtendedStackTraceAsString causes NullPointerException. </action> <action issue="LOG4J2-912" dev="ggregory" type="fix"> XML configuration does not report full error message for XInclude parser configuration problems.
