Author: rgoers
Date: Sun Feb 26 00:57:29 2012
New Revision: 1293733
URL: http://svn.apache.org/viewvc?rev=1293733&view=rev
Log:
Fix typos.
Modified:
logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml?rev=1293733&r1=1293732&r2=1293733&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Sun Feb 26
00:57:29 2012
@@ -964,9 +964,9 @@
will be reused each time a matching Appender name is referenced
through a Route.
</p>
<p>
- Below is a sample configuration that uses a RoutingFileAppender to
route all Audit events to
+ Below is a sample configuration that uses a RoutingAppender to
route all Audit events to
a FlumeAppender and all other events will be routed to a
RollingFileAppender that captures only
- the specific event type. Note that the AuditAppender was
predefined while the RoutingFileAppenders
+ the specific event type. Note that the AuditAppender was
predefined while the RollingFileAppenders
are created as needed.
<source><![CDATA[<?xml version="1.0" encoding="UTF-8"?>