summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-18 06:29:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-18 06:29:46 +0000
commit7eb6f7cb44c084c2a75fba80ba1bd0244f8ced6d (patch)
treeb1a740dff3c7d3cbbfd1f8e3e28d979474b44eee /includes
parent51118f3fb45149894213f5eae9554d1291c5f30d (diff)
downloadbrdo-7eb6f7cb44c084c2a75fba80ba1bd0244f8ced6d.tar.gz
brdo-7eb6f7cb44c084c2a75fba80ba1bd0244f8ced6d.tar.bz2
#977560 by joachim: Fix doc typo.
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 3d69b4433..b639fa650 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -1641,7 +1641,7 @@ function form_error(&$element, $message = '') {
* This is most commonly implemented with a submit handler setting persistent
* data within $form_state based on *validated* values in
* $form_state['values'] and setting $form_state['rebuild']. The form building
- * functions must then be implmented to use the $form_state data to rebuild
+ * functions must then be implemented to use the $form_state data to rebuild
* the form with the structure appropriate for the new state.
* - Where user input must affect the rendering of the form without affecting
* its structure, the necessary conditional rendering logic should reside