You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2017/06/22 20:11:15 UTC

[03/12] shiro-site git commit: Fixed a typo

Fixed a typo

Changed the typo. Search for text: component that talks to. Changed talkts to talks.

Fixes: #15


Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/bd3ab51f
Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/bd3ab51f
Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/bd3ab51f

Branch: refs/heads/master
Commit: bd3ab51f8523fb676da079b0becf5be6213da267
Parents: 2ec6c29
Author: Vishal Srivastava <vi...@yahoo.co.in>
Authored: Wed Mar 22 13:29:41 2017 +0530
Committer: Brian Demers <bd...@apache.org>
Committed: Thu Jun 22 16:10:18 2017 -0400

----------------------------------------------------------------------
 java-authentication-guide.md.vtl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/bd3ab51f/java-authentication-guide.md.vtl
----------------------------------------------------------------------
diff --git a/java-authentication-guide.md.vtl b/java-authentication-guide.md.vtl
index 878b187..8dabaa2 100644
--- a/java-authentication-guide.md.vtl
+++ b/java-authentication-guide.md.vtl
@@ -16,7 +16,7 @@ Terminology you'll need
 
 *   **Credentials** - secret data that are used to verify identities. Passwords, Biometric data, x509 certificates,
 
-*   **Realms** - Security specific DAO, data access object, software component that talkts to a backend data source. If you have usernames and password in LDAP, then you would have an LDAP Realm that would communicate with LDAP. The idea is that you would use a realm per back-end data source and Shiro would know how to coordinate with these realms together to do what you have to do.
+*   **Realms** - Security specific DAO, data access object, software component that talks to a backend data source. If you have usernames and password in LDAP, then you would have an LDAP Realm that would communicate with LDAP. The idea is that you would use a realm per back-end data source and Shiro would know how to coordinate with these realms together to do what you have to do.
 
 <a name="JavaAuthenticationGuide-HowtoAuthenticateinJavawithShiro"></a>
 #[[##How to Authenticate in Java with Shiro]]#