summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-07-29 19:07:17 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-07-29 19:07:17 +0000
commitab8377f02bda8dd45e7333701aaa722bb2fd332c (patch)
tree41dc99319455605314cc04af42432fbbbb92c594 /includes
parent39aaf29d5c9246027f433668899b99f24a836ec7 (diff)
downloadbrdo-ab8377f02bda8dd45e7333701aaa722bb2fd332c.tar.gz
brdo-ab8377f02bda8dd45e7333701aaa722bb2fd332c.tar.bz2
- Fix braino in doxygen.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index e76e71011..48c5a3498 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) {