From a033a3ebf7f54a894a18cfe2b30f93d78ba6323e Mon Sep 17 00:00:00 2001
From: Stefan Bodewig <bodewig@apache.org>
Date: Sat, 18 Oct 2014 20:40:02 +0200
Subject: [PATCH 3/3] typos

---
 src/site/xdoc/manual/filters.xml    | 2 +-
 src/site/xdoc/manual/layouts.xml.vm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/manual/filters.xml b/src/site/xdoc/manual/filters.xml
index bf4c34d..edfb386 100644
--- a/src/site/xdoc/manual/filters.xml
+++ b/src/site/xdoc/manual/filters.xml
@@ -28,7 +28,7 @@
       <section name="Filters">
         <p>
           Filters allow Log Events to be evaluated to determine if or how they should be published. A Filter
-          will be called on one if its filter methods and will return a Result, which is an Enum that has
+          will be called on one of its filter methods and will return a Result, which is an Enum that has
           one of 3 values - ACCEPT, DENY or NEUTRAL.
         </p>
         <p>
diff --git a/src/site/xdoc/manual/layouts.xml.vm b/src/site/xdoc/manual/layouts.xml.vm
index e34c657..2365917 100644
--- a/src/site/xdoc/manual/layouts.xml.vm
+++ b/src/site/xdoc/manual/layouts.xml.vm
@@ -91,7 +91,7 @@
           <code>UTF-16</code>, otherwise events containing non-ASCII characters could result in corrupted log files.
           The default charset is <code>UTF-8</code>.
           </p>
-          <h4>Pretty vs. compact XML</h4>
+          <h4>Pretty vs. compact JSON</h4>
           <p>
           By default, the JSON layout is not compact (a.k.a. not "pretty") with <code>compact="false"</code>, which
           means the appender uses end-of-line characters and indents lines to format the text. If
-- 
1.9.1

