diff options
author | Dries <dries@buytaert.net> | 2012-02-16 22:59:34 -0500 |
---|---|---|
committer | Dries <dries@buytaert.net> | 2012-02-16 22:59:34 -0500 |
commit | bb15ceb026c68faa668786872db8cdc1d9c21859 (patch) | |
tree | 6dadae97be38886481d9f50beaa075dd70849837 /includes | |
parent | 235d8c7f824cb47f4dcea387da13e1281632b468 (diff) | |
download | brdo-bb15ceb026c68faa668786872db8cdc1d9c21859.tar.gz brdo-bb15ceb026c68faa668786872db8cdc1d9c21859.tar.bz2 |
- Patch #1436074 by Pat Redmond: documentation problem with batch_set(): change 'his' to 'its'.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/form.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index 845428846..6ad6921d7 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -4239,7 +4239,7 @@ function element_validate_number($element, &$form_state) { * clean code independence, ensuring that several batches submitted by * different parts of the code (core / contrib modules) can be processed * correctly while not interfering or having to cope with each other. Each - * batch set gets to specify his own UI messages, operates on its own set + * batch set gets to specify its own UI messages, operates on its own set * of operations and results, and triggers its own 'finished' callback. * Batch sets are processed sequentially, with the progress bar starting * fresh for every new set. |