diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-06-18 02:14:44 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-06-18 02:14:44 +0200 |
commit | 83ec240297a25342748846df84ad3c5ecb7cd623 (patch) | |
tree | efbb79b60286db163fdb4be25282c73cabec9c50 /system/libraries | |
parent | 8ec66916a9cafdafce11dc56ada372d979b6fcf0 (diff) |
typo in comments
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Encrypt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index 758c0f0a5..dc952dde3 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -318,7 +318,7 @@ class CI_Encrypt { // --------------------------------------------------------------------
/**
- * Get Mcrypt MOde Value
+ * Get Mcrypt Mode Value
*
* @access private
* @return string
|