You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2015/09/13 05:26:18 UTC

logging-log4j2 git commit: fix typo

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 8c3db0854 -> 0999176c4


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

Branch: refs/heads/master
Commit: 0999176c40e56afe5155a693348f09a6a565d8e3
Parents: 8c3db08
Author: rpopma <rp...@apache.org>
Authored: Sun Sep 13 12:26:14 2015 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Sep 13 12:26:14 2015 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/customconfig.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0999176c/src/site/xdoc/manual/customconfig.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/customconfig.xml b/src/site/xdoc/manual/customconfig.xml
index 453c167..6106242 100644
--- a/src/site/xdoc/manual/customconfig.xml
+++ b/src/site/xdoc/manual/customconfig.xml
@@ -177,7 +177,7 @@ ctx = Configurator.initialize(builder.build());
 ]]></pre>
         </subsection>
         <a name="AddingToCurrent"/>
-        <subsection name="Programatically Adding to the Current Configuration">
+        <subsection name="Programmatically Adding to the Current Configuration">
             <p>
               Applications sometimes have the need to customize logging separate from the actual configuration.
               Log4j allows this although it suffers from a few limitations: