diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-01-18 21:47:31 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-01-18 21:47:31 +0100 |
commit | c04a9c4da81734d0ea3fd082d53a0b1f4e6e5e45 (patch) | |
tree | b5c14c341fee11aa1baa3df729bcc8331e56d152 /system | |
parent | c4c0ac4d4eebc414a63b49357d73e80204d1ad86 (diff) |
typo fix: stering to string
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/string_helper.php | 2 |
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)
{
|