You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2013/07/07 08:34:28 UTC

svn commit: r1500372 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm

Author: ggregory
Date: Sun Jul  7 06:34:28 2013
New Revision: 1500372

URL: http://svn.apache.org/r1500372
Log:
Fix typo.

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

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm?rev=1500372&r1=1500371&r2=1500372&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm Sun Jul  7 06:34:28 2013
@@ -1157,7 +1157,7 @@ at org.apache.logging.log4j.core.pattern
             a correct XML file.
           </p>
           <p>For example, if <code>abc</code> is the name of the file where
-            the XMLLayout ouput goes, then a well-formed XML file would be:
+            the XMLLayout output goes, then a well-formed XML file would be:
           </p>
           <pre class="prettyprint linenums">&lt;?xml version="1.0" ?&gt;
 &lt;!DOCTYPE log4j:eventSet SYSTEM "log4j.dtd" [&lt;!ENTITY data SYSTEM "abc"&gt;]&gt;