summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/encryption.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-02-17 17:46:06 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-02-17 17:46:06 +0100
commit49c87240fe4c12da980b0615a5bb5741638596eb (patch)
tree9dbb3e774fba44c22b5e77bd34c680b2137543b7 /user_guide/libraries/encryption.html
parent960eeb23f10e0297d56c23684e3c969e5c57df35 (diff)
typo fix
Diffstat (limited to 'user_guide/libraries/encryption.html')
-rw-r--r--user_guide/libraries/encryption.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/encryption.html b/user_guide/libraries/encryption.html
index 0ee491d06..8c1766ac9 100644
--- a/user_guide/libraries/encryption.html
+++ b/user_guide/libraries/encryption.html
@@ -70,7 +70,7 @@ provide a very high degree of security.</p>
<p>A <em>key</em> is a piece of information that controls the cryptographic process and permits an encrypted string to be decoded.
In fact, the key you chose will provide the <strong>only</strong> means to decode data that was encrypted with that key,
-so not only must you chose the key carefully, you must never change it if you intend use it for persistent data.</p>
+so not only must you choose the key carefully, you must never change it if you intend use it for persistent data.</p>
<p>It goes without saying that you should guard your key carefully.
Should someone gain access to your key, the data will be easily decoded. If your server is not totally under your control