diff --git a/includes/common.inc b/includes/common.inc index f54f29a7c39faf62f1f1ece5e0c601f4009d2952..e75aa81a1e5304df53f9ff0e622cd793b55ed274 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6164,7 +6164,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 4fb8630d76c9964eb3124605f31c99b1590cc90c..2688bb3aac99448027c1b143b7060b1fc7bcbeb2 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.