From c04a9c4da81734d0ea3fd082d53a0b1f4e6e5e45 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 18 Jan 2008 20:47:31 +0000 Subject: typo fix: stering to string --- system/helpers/string_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/helpers') 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) { -- cgit v1.2.3-24-g4f1b