diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 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. |