This is an automated email from the ASF dual-hosted git repository.
lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new 6388b2f Fixed some typo errors in documentation markdown
6388b2f is described below
commit 6388b2fafcdbe986106903c7c7724da31257b8a0
Author: Lyor Goldstein <[email protected]>
AuthorDate: Mon Jun 8 19:48:32 2020 +0300
Fixed some typo errors in documentation markdown
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5dbf63a..8e79789 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ implementation of the logging API can be selected from the
many existing adaptor
* *sshd-scp* - contains the server side SCP command handler and the SCP client
code.
-* *sshd-ldap* - contains server-side password and public key authenticators
that use and LDAP server.
+* *sshd-ldap* - contains server-side password and public key authenticators
that use an LDAP server.
* *sshd-git* - contains replacements for [JGit](https://www.eclipse.org/jgit/)
SSH session factory.