Repository: james-project Updated Branches: refs/heads/master df6ad23db -> 11b9eeeff
JAMES-1922 Fix typo in security documentation Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ed25623b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ed25623b Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ed25623b Branch: refs/heads/master Commit: ed25623b435985b645476ba39245792054531432 Parents: df6ad23 Author: Antoine Duprat <[email protected]> Authored: Tue Jan 31 09:57:51 2017 +0100 Committer: Benoit Tellier <[email protected]> Committed: Wed Feb 8 09:10:18 2017 +0700 ---------------------------------------------------------------------- server/src/site/xdoc/feature-security.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/ed25623b/server/src/site/xdoc/feature-security.xml ---------------------------------------------------------------------- diff --git a/server/src/site/xdoc/feature-security.xml b/server/src/site/xdoc/feature-security.xml index 70ed6dc..89d2620 100644 --- a/server/src/site/xdoc/feature-security.xml +++ b/server/src/site/xdoc/feature-security.xml @@ -41,7 +41,7 @@ <section name="User Credential Security"> - <p>Apache James Server supports different user storage (<a href="config-users.html">read more</a>) - LDAP support is partail (work in progress).</p> + <p>Apache James Server supports different user storage (<a href="config-users.html">read more</a>) - LDAP support is partial (work in progress).</p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
