summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authorCalvin Tam <calvintam236@gmail.com>2015-07-24 11:27:24 +0200
committerCalvin Tam <calvintam236@gmail.com>2015-07-24 11:27:24 +0200
commit55bc50578b9f1aa3fd71cb427848b21748655690 (patch)
tree7daf6ccc5dd522cbb58ae8a2846eb4d749a711bf /system/helpers
parentab494d564262f9ad30dc2f57a78b8aceee5e657d (diff)
Fixed typos
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/file_helper.php2
-rw-r--r--system/helpers/text_helper.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php
index 8b15e60a5..cd1c641ec 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -54,7 +54,7 @@ if ( ! function_exists('read_file'))
/**
* Read File
*
- * Opens the file specfied in the path and returns it as a string.
+ * Opens the file specified in the path and returns it as a string.
*
* @todo Remove in version 3.1+.
* @deprecated 3.0.0 It is now just an alias for PHP's native file_get_contents().
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php
index f2290c895..fb47036f2 100644
--- a/system/helpers/text_helper.php
+++ b/system/helpers/text_helper.php
@@ -254,7 +254,7 @@ if ( ! function_exists('word_censor'))
* word you've submitted.
*
* @param string the text string
- * @param string the array of censoered words
+ * @param string the array of censored words
* @param string the optional replacement value
* @return string
*/