Author: carnold
Date: Thu Nov 19 03:38:45 2009
New Revision: 882041

URL: http://svn.apache.org/viewvc?rev=882041&view=rev
Log:
Bug 48231: Typos in the manual

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

Modified: logging/log4j/trunk/src/site/xdoc/manual.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/src/site/xdoc/manual.xml?rev=882041&r1=882040&r2=882041&view=diff
==============================================================================
--- logging/log4j/trunk/src/site/xdoc/manual.xml (original)
+++ logging/log4j/trunk/src/site/xdoc/manual.xml Thu Nov 19 03:38:45 2009
@@ -71,7 +71,7 @@
 multithreaded applications and distributed applications at large.</p>
 
 <p>Experience indicates that logging was an important component of the
-development cycle. It offeres several advantages. It provides precise
+development cycle. It offers several advantages. It provides precise
 <em>context</em> about a run of the application. Once inserted into
 the code, the generation of logging output requires no human
 intervention.  Moreover, log output can be saved in persistent medium
@@ -476,7 +476,7 @@
        <p>However, if an ancestor of logger <i>C</i>, say <i>P</i>,
        has the additivity flag set to <code>false</code>, then
        <i>C</i>'s output will be directed to all the appenders in
-       <i>C</i> and it's ancestors upto and including <i>P</i> but
+       <i>C</i> and its ancestors upto and including <i>P</i> but
        not the appenders in any of the ancestors of <i>P</i>.</p>
 
        <p>Loggers have their additivity flag set to
@@ -553,7 +553,7 @@
 needs to be logged.</p>
 
 <p>Object rendering follows the class hierarchy. For example, assuming
-oranges are fruits, if you register an <code>FruitRenderer</code>, all
+oranges are fruits, if you register a <code>FruitRenderer</code>, all
 fruits including oranges will be rendered by the
 <code>FruitRenderer</code>, unless of course you registered an orange
 specific <code>OrangeRenderer</code>.</p>
@@ -710,7 +710,7 @@
 <code>PropertyConfigurator</code> to parse a configuration file and
 set up logging accordingly.</p>
 
-<p>Here is a sample configuration file that results in exactly same
+<p>Here is a sample configuration file that results in identical
 output as the previous <code>BasicConfigurator</code> based example.</p>
 
 <p><table bgcolor="CCAAAA"><tr><td>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to