summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc2
-rw-r--r--modules/update/update.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index cbfdabb19..c6638dc0f 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -6163,7 +6163,7 @@ function element_children(&$elements, $sort = FALSE) {
}
/**
- * Return the visibile children of an element.
+ * Returns the visible children of an element.
*
* @param $elements
* The parent element.
diff --git a/modules/update/update.test b/modules/update/update.test
index a88f617e6..997650d73 100644
--- a/modules/update/update.test
+++ b/modules/update/update.test
@@ -13,7 +13,7 @@
* dummy .info file data (specified via hook_system_info_alter() in the
* update_test helper module) describing what's currently installed. Each
* test case defines a set of projects to install, their current state (via
- * the 'update_test_system_info' variable) and the desired availabile update
+ * the 'update_test_system_info' variable) and the desired available update
* data (via the 'update_test_xml_map' variable), and then performs a series
* of assertions that the report matches our expectations given the specific
* initial state and availability scenario.