summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-09 23:00:39 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-09 23:00:39 +0100
commitcefd6430b1e6ee4be26ee531b1abd5c2907545e7 (patch)
treeb64cfe0aed99ab45333ad933337beda6cbf93dba /system
parentdb97fe561f03284a287c9a588ac1ff19a9f5e71d (diff)
parentc7d82d8f3ca2531fbec82344c528d269dcffff08 (diff)
Merge pull request #2861 from iolufemi/develop
Fixed Typo in String Helper function
Diffstat (limited to 'system')
-rw-r--r--system/helpers/string_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php
index 12f818fda..4be7f294b 100644
--- a/system/helpers/string_helper.php
+++ b/system/helpers/string_helper.php
@@ -188,7 +188,7 @@ if ( ! function_exists('random_string'))
*
* Useful for generating passwords or hashes.
*
- * @param string type of random string. basic, alpha, alunum, numeric, nozero, unique, md5, encrypt and sha1
+ * @param string type of random string. basic, alpha, alnum, numeric, nozero, unique, md5, encrypt and sha1
* @param int number of characters
* @return string
*/