diff options
-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)
{
|