From e9b9beee4dc811a9620dc4808c5aae9a9e9ff35d Mon Sep 17 00:00:00 2001 From: Vivek Dinesh Date: Fri, 7 Feb 2014 12:44:29 +0530 Subject: Typo Fix Signed-off-by: Vivek Dinesh --- system/helpers/file_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index 0587740b1..40c290147 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -298,7 +298,7 @@ if ( ! function_exists('get_file_info')) $fileinfo['readable'] = is_readable($file); break; case 'writable': - // There are known problems using is_weritable on IIS. It may not be reliable - consider fileperms() + // There are known problems using is_writable on IIS. It may not be reliable - consider fileperms() $fileinfo['writable'] = is_writable($file); break; case 'executable': -- cgit v1.2.3-24-g4f1b