summaryrefslogtreecommitdiffstats
path: root/system/helpers/file_helper.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-21 21:08:17 +0200
committeradmin <devnull@localhost>2006-10-21 21:08:17 +0200
commitfafe28bec4f414e48f63e01ed9105ae5c2c99802 (patch)
treeb3e3f01cb1af83a29aff421aa308cb85788bbbe1 /system/helpers/file_helper.php
parente7e1dcd452a15abaaa01c03cd1ade564e3a59453 (diff)
Diffstat (limited to 'system/helpers/file_helper.php')
-rw-r--r--system/helpers/file_helper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php
index 635ef1ba0..7a04324e4 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -73,7 +73,7 @@ function read_file($file)
* Write File
*
* Writes data to the file specified in the path.
- * Creats a new file if non-existant.
+ * Creates a new file if non-existent.
*
* @access public
* @param string path to file
@@ -102,7 +102,7 @@ function write_file($path, $data, $mode = 'wb')
*
* Deletes all files contained in the supplied directory path.
* Files must be writable or owned by the system in order to be deleted.
- * If the second parameter is set to TRUE, any direcotries contained
+ * If the second parameter is set to TRUE, any directories contained
* within the supplied base directory will be nuked as well.
*
* @access public