From 1457cd87793cfe065d10cc9f46ea61ab4a26c0fb Mon Sep 17 00:00:00 2001 From: Dries <dries@buytaert.net> Date: Thu, 16 Feb 2012 22:59:14 -0500 Subject: [PATCH] - Patch #1436074 by Pat Redmond: documentation problem with batch_set(): change 'his' to 'its'. --- core/includes/form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/form.inc b/core/includes/form.inc index 85bffc6a250c..be14618fd26b 100644 --- a/core/includes/form.inc +++ b/core/includes/form.inc @@ -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. -- GitLab