From ab8377f02bda8dd45e7333701aaa722bb2fd332c Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Fri, 29 Jul 2005 19:07:17 +0000 Subject: [PATCH] - Fix braino in doxygen. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.inc b/includes/common.inc index e76e710116c8..48c5a3498f9a 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1250,7 +1250,7 @@ function form_checkbox($title, $name, $value = 1, $checked = FALSE, $description * @param $required * Whether the user must check a box before submitting the form. * @return - * A themed HTML string representing the check button set. + * A themed HTML string representing the checkbox set. */ function form_checkboxes($title, $name, $values, $options, $description = NULL, $attributes = NULL, $required = FALSE) { if (count($options) > 0) { -- GitLab