From 02855e0a5ca144b8b01be2a49cb2780cf5abf653 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 4 Oct 2006 07:46:15 +0000 Subject: --- 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 4c7eaa54e..c0f525688 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -112,7 +112,7 @@ function write_file($path, $data, $mode = 'wb') */ function delete_files($path, $del_dir = FALSE) { - // Trim the trailing slahs + // Trim the trailing slash $path = preg_replace("|^(.+?)/*$|", "\\1", $path); if ( ! $current_dir = @opendir($path)) -- cgit v1.2.3-24-g4f1b