diff options
Diffstat (limited to 'includes/form.inc')
-rw-r--r-- | includes/form.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/form.inc b/includes/form.inc index 62579848b..473e67bc7 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -8,9 +8,9 @@ * * All modules should declare their form builder functions to be in this * group and each builder function should reference its validate and submit - * functions using \@see. Conversely, validate and submit functions should + * functions using \@see. Conversely, validate and submit functions should * reference the form builder function using \@see. For examples, of this see - * system_modules_uninstall() or user_pass(), the latter of which has the + * system_modules_uninstall() or user_pass(), the latter of which has the * following in its doxygen documentation: * * \@ingroup forms @@ -913,7 +913,7 @@ function form_builder($form_id, $form, &$form_state) { // Now that we've processed everything, we can go back to handle the funky // Internet Explorer button-click scenario. _form_builder_ie_cleanup($form, $form_state); - + // We shoud keep the buttons array until the IE clean up function // has recognized the submit button so the form has been marked // as submitted. If we already know which button was submitted, |