summaryrefslogtreecommitdiffstats
path: root/system/helpers/string_helper.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-01-18 21:47:31 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-01-18 21:47:31 +0100
commitc04a9c4da81734d0ea3fd082d53a0b1f4e6e5e45 (patch)
treeb5c14c341fee11aa1baa3df729bcc8331e56d152 /system/helpers/string_helper.php
parentc4c0ac4d4eebc414a63b49357d73e80204d1ad86 (diff)
typo fix: stering to string
Diffstat (limited to 'system/helpers/string_helper.php')
-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 6f9491bb7..ff7dc0aaa 100644
--- a/system/helpers/string_helper.php
+++ b/system/helpers/string_helper.php
@@ -56,7 +56,7 @@ function trim_slashes($str)
*
* @access public
* @param mixed string or array
- * @return mixed stering or array
+ * @return mixed string or array
*/
function strip_slashes($str)
{