summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-07-29 19:05:03 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-07-29 19:05:03 +0000
commit39aaf29d5c9246027f433668899b99f24a836ec7 (patch)
tree69488ea6ed31bc099f4dbde82da3f6cd43945e0f /includes
parentf8163b4fe305d0b8203c4608df28cc527d3e3f10 (diff)
downloadbrdo-39aaf29d5c9246027f433668899b99f24a836ec7.tar.gz
brdo-39aaf29d5c9246027f433668899b99f24a836ec7.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 2672bf895..e76e71011 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 radio button set.
+ * A themed HTML string representing the check button set.
*/
function form_checkboxes($title, $name, $values, $options, $description = NULL, $attributes = NULL, $required = FALSE) {
if (count($options) > 0) {