summaryrefslogtreecommitdiffstats
path: root/system/helpers/string_helper.php
diff options
context:
space:
mode:
authorOlanipekun Femi <iolufemi@ymail.com>2014-02-07 17:16:48 +0100
committerOlanipekun Femi <iolufemi@ymail.com>2014-02-07 17:16:48 +0100
commit08dd57c567d37a0c94faa607f2fef331c9d1db0a (patch)
tree09fde0b4817ff154dec128cb25bdc7fa0c8ed2f5 /system/helpers/string_helper.php
parentc697a3bfdfc301718058a09fd5692fbecee6920a (diff)
Fixed Typo in String Helper function
alnum spelled as alunum in random_string function documentation comment.
Diffstat (limited to 'system/helpers/string_helper.php')
-rw-r--r--system/helpers/string_helper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php
index 12f818fda..777acba0b 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
*/
@@ -294,4 +294,4 @@ if ( ! function_exists('repeater'))
}
/* End of file string_helper.php */
-/* Location: ./system/helpers/string_helper.php */ \ No newline at end of file
+/* Location: ./system/helpers/string_helper.php */