diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 541ea766076..18580c4b6cc 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -485,9 +485,9 @@ class Form /** * Generate select HTML to choose massaction * - * @parama string $selected Selected value + * @param string $selected Selected value * @param int $arrayofaction array('code'=>'label', ...) - * @param string Select list + * @return string Select list */ function selectMassAction($selected, $arrayofaction) {