summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-04 09:46:15 +0200
committeradmin <devnull@localhost>2006-10-04 09:46:15 +0200
commit02855e0a5ca144b8b01be2a49cb2780cf5abf653 (patch)
tree99225243800e3c86c6f082618bb0b5807d93f980 /system/helpers
parentb87cf23b9a4a4611cacf6316a7c437af54ebde52 (diff)
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/file_helper.php2
1 files changed, 1 insertions, 1 deletions
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))