Author: ggregory
Date: Wed Apr 10 14:58:18 2013
New Revision: 1466501

URL: http://svn.apache.org/r1466501
Log:
Fix grammar nit.

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

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml?rev=1466501&r1=1466500&r2=1466501&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/extending.xml Wed Apr 10 
14:58:18 2013
@@ -282,7 +282,7 @@ public final class ThresholdFilter exten
             <p>
               Most Appenders use Managers. A manager actually "owns" the 
resources, such as an OutputStream or
               socket. When a reconfiguration occurs a new Appender will be 
created. However, if nothing significant
-              in the previous Manager has change the new Appender will simply 
reference it instead of creating a
+              in the previous Manager has changed, the new Appender will 
simply reference it instead of creating a
               new one. This insures that events are not lost while a 
reconfiguration is taking place without
               requiring that logging pause while the reconfiguration takes 
place.
             </p>


Reply via email to