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 2014/03/04 00:32:36 UTC

svn commit: r1573808 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml

Author: mattsicker
Date: Mon Mar  3 23:32:35 2014
New Revision: 1573808

URL: http://svn.apache.org/r1573808
Log:
Fix typo in migration documentation.

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml?rev=1573808&r1=1573807&r2=1573808&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml Mon Mar  3 23:32:35 2014
@@ -35,8 +35,8 @@
                   as <code>Appender</code>s, <code>LoggerRepository</code> or <code>Category</code>'s 
                   <code>callAppenders</code> method.</li>
                 <li>They must not programmatically configure Log4j.</li>
-                <li>They must not configure by calling the classes <code>DomConfigurator</code> or 
-                  <code>PropertiesConfigurator</code>.</li>
+                <li>They must not configure by calling the classes <code>DOMConfigurator</code> or 
+                  <code>PropertyConfigurator</code>.</li>
               </ol>
             </p>
           </subsection>