summaryrefslogtreecommitdiffstats
path: root/system/libraries/Encrypt.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-12 20:20:13 +0200
committeradmin <devnull@localhost>2006-10-12 20:20:13 +0200
commit9fa003797d794a63aa58356926fac9649269c668 (patch)
tree513ad753d4d62bb21cbc93a09e48adb961da0d98 /system/libraries/Encrypt.php
parent572ed815e69fdd79bfc9cad63afcd370a4eba0aa (diff)
Diffstat (limited to 'system/libraries/Encrypt.php')
-rw-r--r--system/libraries/Encrypt.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php
index 50b3fab39..b7dba2523 100644
--- a/system/libraries/Encrypt.php
+++ b/system/libraries/Encrypt.php
@@ -272,15 +272,15 @@ class CI_Encrypt {
// --------------------------------------------------------------------
/**
- * Set the Mcrypt Cypher
+ * Set the Mcrypt Cipher
*
* @access public
* @param constant
* @return string
*/
- function set_cypher($cypher)
+ function set_cipher($cipher)
{
- $this->_mcrypt_cipher = $cypher;
+ $this->_mcrypt_cipher = $cipher;
}
// --------------------------------------------------------------------
@@ -300,12 +300,12 @@ class CI_Encrypt {
// --------------------------------------------------------------------
/**
- * Get Mcrypt Cypher Value
+ * Get Mcrypt cipher Value
*
* @access private
* @return string
*/
- function _get_cypher()
+ function _get_cipher()
{
if ($this->_mcrypt_cipher == '')
{