diff --git a/core/includes/form.inc b/core/includes/form.inc index a4248fb..1d9c26a 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -4040,8 +4040,8 @@ function form_validate_number(&$element, &$form_state) { * @param $form * The form element whose value is being populated. * @param $input - * The incoming input to populate the form element. If this is FALSE, the - * delement's default value should be returned. + * The incoming input to populate the form element. If this is FALSE, the + * element's default value should be returned. * * @return * The data that will appear in the $element_state['values'] collection for