diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php
index 635ef1b..7a04324 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -73,7 +73,7 @@
* 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 @@
*
* 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