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 2016/12/20 17:58:39 UTC

shiro-site git commit: fixed typo in cryptography section

Repository: shiro-site
Updated Branches:
  refs/heads/master 93c565812 -> 5a1897670


fixed typo in cryptography section

Fixes: #4


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

Branch: refs/heads/master
Commit: 5a1897670f2ddf07cde30956aec2acbe4ef15089
Parents: 93c5658
Author: Frank Becker <fr...@calmdevelopment.de>
Authored: Tue Dec 20 14:48:43 2016 +0100
Committer: Brian Demers <bd...@apache.org>
Committed: Tue Dec 20 12:57:07 2016 -0500

----------------------------------------------------------------------
 terminology.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5a189767/terminology.md
----------------------------------------------------------------------
diff --git a/terminology.md b/terminology.md
index bce4544..724c125 100644
--- a/terminology.md
+++ b/terminology.md
@@ -27,7 +27,7 @@ A <em>Credential</em> is a piece of information that verifies the identity of a
 
 <a name="Terminology-cryptography"></a>
 * **Cryptography**
-Cryptography is the practice of protecting information from undesired access by hiding it or converting it into nonsense so know one else can read it. Shiro focuses on two core elements of Cryptography: ciphers that encrypt data like email using a public or private key, and hashes (aka message digests) that irreversibly encrypt data like passwords.
+Cryptography is the practice of protecting information from undesired access by hiding it or converting it into nonsense so no one else can read it. Shiro focuses on two core elements of Cryptography: ciphers that encrypt data like email using a public or private key, and hashes (aka message digests) that irreversibly encrypt data like passwords.
 
 <a name="Terminology-hash"></a>
 * **Hash**