Repository: logging-log4j2
Updated Branches:
  refs/heads/master 5b5bd9120 -> aaaba79a6


Fix typo in documentation

Hello, found while updating a legacy project from log4j1 to log4j2, and reading 
the docs (which are great, by the way, a life saver. Thanks!)

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c8261a5b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c8261a5b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c8261a5b

Branch: refs/heads/master
Commit: c8261a5b1997c121f9416d693e60dac050c2719f
Parents: b712cb7
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
Authored: Tue Feb 27 16:11:43 2018 +1300
Committer: GitHub <nore...@github.com>
Committed: Tue Feb 27 16:11:43 2018 +1300

----------------------------------------------------------------------
 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/c8261a5b/src/site/xdoc/manual/customconfig.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/customconfig.xml 
b/src/site/xdoc/manual/customconfig.xml
index 8b1b8bd..e57af39 100644
--- a/src/site/xdoc/manual/customconfig.xml
+++ b/src/site/xdoc/manual/customconfig.xml
@@ -210,7 +210,7 @@ builder.add( builder.newLogger( "TestLogger", Level.DEBUG )
 
 builder.add( builder.newRootLogger( Level.DEBUG )
     .add( builder.newAppenderRef( "rolling" ) ) );
-LoggerContext ctx = Configurator.intitialize(builder.build());
+LoggerContext ctx = Configurator.initialize(builder.build());
 ]]></pre>
         </subsection>
 

Reply via email to