summaryrefslogtreecommitdiff
path: root/modules/filter
diff options
context:
space:
mode:
Diffstat (limited to 'modules/filter')
-rw-r--r--modules/filter/filter.api.php2
-rw-r--r--modules/filter/filter.module2
-rw-r--r--modules/filter/filter.pages.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/filter/filter.api.php b/modules/filter/filter.api.php
index a02c5a2fb..b92d00f79 100644
--- a/modules/filter/filter.api.php
+++ b/modules/filter/filter.api.php
@@ -92,7 +92,7 @@
* @param $text
* The content to filter (applies to 'prepare' and 'process').
* @param $langcode
- * The language code associated with the content, e.g. 'en' for English. This
+ * The language code associated with the content, e.g. 'en' for English. This
* enables filters to be language aware and can be used to implement language
* specific text replacements.
* @param $cache_id
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index cb2e3b616..ae07a6248 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -412,7 +412,7 @@ function filter_list_format($format) {
* the default format.
* @param $langcode
* Optional: the language code of the text to be filtered, e.g. 'en' for
- * English. This allows filters to be language aware so language specific
+ * English. This allows filters to be language aware so language specific
* text replacement can be implemented.
* @param $check
* Whether to check the $format with filter_access() first. Defaults to TRUE.
diff --git a/modules/filter/filter.pages.inc b/modules/filter/filter.pages.inc
index 1e8904384..4a1512ff1 100644
--- a/modules/filter/filter.pages.inc
+++ b/modules/filter/filter.pages.inc
@@ -42,7 +42,7 @@ function filter_tips_long() {
* @param $long
* (optional) Whether the passed in filter tips contain extended explanations,
* i.e. intended to be output on the path 'filter/tips' (TRUE), or are in a
- * short format, i.e. suitable to be displayed below a form element. Defaults
+ * short format, i.e. suitable to be displayed below a form element. Defaults
* to FALSE.
*
* @see _filter_tips()