You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/03/03 05:33:56 UTC

logging-log4j2 git commit: Fix typo

Repository: logging-log4j2
Updated Branches:
  refs/heads/master df0270af2 -> f030c68fb


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/f030c68f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f030c68f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f030c68f

Branch: refs/heads/master
Commit: f030c68fb4fe4fa376fe32f3d49ec43e4cf06bcd
Parents: df0270a
Author: Matt Sicker <bo...@gmail.com>
Authored: Wed Mar 2 22:33:50 2016 -0600
Committer: Matt Sicker <bo...@gmail.com>
Committed: Wed Mar 2 22:33:50 2016 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f030c68f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5066c0a..434c3ab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -185,7 +185,7 @@
         JeroMqAppender should support layouts.
       </action>
       <action issue="LOG4J2-1227" dev="mattsicker" type="fix" due-to="Olivier Lemasle">
-        NullPointerException in MapLookup.lookup is the event is null.
+        NullPointerException in MapLookup.lookup if the event is null.
       </action>
       <action issue="LOG4J2-1306" dev="mattsicker" type="update">
         JeroMqAppender should use ShutdownCallbackRegistry instead of runtime hooks.