From b36bfecf1ac413be3862cc4a2817bab1adbcc6ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=CC=81bor=20Hojtsy?= <gabor@hojtsy.hu>
Date: Mon, 16 Apr 2012 14:29:55 +0200
Subject: [PATCH] Issue #1436074 by Pat Redmond, tstoeckler, fureigh: Minor
 documentation fix in the batch_set() docs.

---
 includes/form.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/form.inc b/includes/form.inc
index b29efcc62e74..72c5e8617420 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -2437,7 +2437,7 @@ function form_clean_id($id = NULL, $flush = FALSE) {
  * 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