JAMES-2263 Fix typo

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/208c56bf
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/208c56bf
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/208c56bf

Branch: refs/heads/master
Commit: 208c56bfbaea3c7dcd15ea97b6aa5375b0c692e7
Parents: ebd3278
Author: benwa <btell...@linagora.com>
Authored: Thu Jan 11 09:54:04 2018 +0700
Committer: benwa <btell...@linagora.com>
Committed: Thu Jan 11 09:59:24 2018 +0700

----------------------------------------------------------------------
 src/site/xdoc/server/config-mailetcontainer.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/208c56bf/src/site/xdoc/server/config-mailetcontainer.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/server/config-mailetcontainer.xml 
b/src/site/xdoc/server/config-mailetcontainer.xml
index 13e6e40..c20f9a2 100644
--- a/src/site/xdoc/server/config-mailetcontainer.xml
+++ b/src/site/xdoc/server/config-mailetcontainer.xml
@@ -81,14 +81,14 @@
       <p>If an exception is encountered during the execution of a mailet or a 
matcher, the default behaviour is to
       process the mail using the <strong>error</strong> processor.</p>
 
-      <p>The <strong>onMailetException</strong> property allow you to override 
this behaviour. You can specify an other
-      processor than the error one for handling the errors of this mailet. The 
<strong>ignore</strong> special value also
-      allow to continue processing and ignore the error.</p>
-
-      <p>Moreover, the <strong>onMatcherException</strong> allow you to 
override matcher error handling logic. You can
-          specify an other processor than the error one for handling the 
errors of this mailet. The <strong>matchall</strong>
-          special value also allow you to match all recipients when there is 
an error. The <strong>nomatch</strong>
-          special value also allow you to match no recipients when there is an 
error.</p>
+      <p>The <strong>onMailetException</strong> property allows you to 
override this behaviour. You can specify another
+          processor than the <strong>error</strong> one for handling the 
errors of this mailet. The <strong>ignore</strong> special value also
+      allows to continue processing and ignore the error.</p>
+
+      <p>Moreover, the <strong>onMatcherException</strong> allows you to 
override matcher error handling. You can
+          specify another processor than the <strong>error</strong> one for 
handling the errors of this mailet. The <strong>matchall</strong>
+          special value also allows you to match all recipients when there is 
an error. The <strong>nomatch</strong>
+          special value also allows you to match no recipients when there is 
an error.</p>
 
       <p>Here is a short example to illustrate this:</p>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to