JAMES-1773 Fix typo in RecipientIsLocal configuration
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/932acf53 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/932acf53 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/932acf53 Branch: refs/heads/master Commit: 932acf53a76a2144b1c85b15dd21ea413c2f2094 Parents: adee0b5 Author: Benoit Tellier <[email protected]> Authored: Wed Aug 10 10:26:03 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Thu Aug 18 17:18:15 2016 +0700 ---------------------------------------------------------------------- server/src/site/xdoc/dev-provided-matchers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/932acf53/server/src/site/xdoc/dev-provided-matchers.xml ---------------------------------------------------------------------- diff --git a/server/src/site/xdoc/dev-provided-matchers.xml b/server/src/site/xdoc/dev-provided-matchers.xml index 7b0d749..0752002 100644 --- a/server/src/site/xdoc/dev-provided-matchers.xml +++ b/server/src/site/xdoc/dev-provided-matchers.xml @@ -217,7 +217,7 @@ </subsection> <subsection name="RecipientIsLocal"> - <p>Description: Matches mails that are sent to email addresses on local hosts with users that have local acccunts. Only + <p>Description: Matches mails that are sent to email addresses on local hosts with users that have local accounts. Only matching recipients are returned.</p> <p>Configuration string: None.</p> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
