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:59:00 UTC

svn commit: r1775331 - /shiro/site/publish/terminology.html

Author: bdemers
Date: Tue Dec 20 17:59:00 2016
New Revision: 1775331

URL: http://svn.apache.org/viewvc?rev=1775331&view=rev
Log:
fixed typo in cryptography section

Modified:
    shiro/site/publish/terminology.html

Modified: shiro/site/publish/terminology.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/terminology.html?rev=1775331&r1=1775330&r2=1775331&view=diff
==============================================================================
--- shiro/site/publish/terminology.html (original)
+++ shiro/site/publish/terminology.html Tue Dec 20 17:59:00 2016
@@ -244,7 +244,7 @@
 </ul>
 <a name="Terminology-cryptography"></a>
 <ul>
-  <li><strong>Cryptography</strong><br/>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.</li>
+  <li><strong>Cryptography</strong><br/>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.</li>
 </ul>
 <a name="Terminology-hash"></a>
 <ul>