- Patch #1436074 by Pat Redmond: documentation problem with batch_set(): change 'his' to 'its'.

8.0.x
Dries 2012-02-16 22:59:14 -05:00
parent d01ee4aa6a
commit 1457cd8779
1 changed files with 1 additions and 1 deletions

View File

@ -4281,7 +4281,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.