From e850590b7d13a130536433e37b517426cf50c437 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 19 Dec 2012 16:00:29 -0800 Subject: [PATCH] Fixed comment typo. Change-Id: I5f68cff001a6059806d1dd5e99db59754290ce71 --- includes/job/JobQueueDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/job/JobQueueDB.php b/includes/job/JobQueueDB.php index 719761b6ce..14c1dca257 100644 --- a/includes/job/JobQueueDB.php +++ b/includes/job/JobQueueDB.php @@ -405,7 +405,7 @@ class JobQueueDB extends JobQueue { $key = $this->getRootJobCacheKey( $params['rootJobSignature'] ); // Callers should call batchInsert() and then this function so that if the insert // fails, the de-duplication registration will be aborted. Since the insert is - // deferred till "transaction idle", do that same here, so that the ordering is + // deferred till "transaction idle", do the same here, so that the ordering is // maintained. Having only the de-duplication registration succeed would cause // jobs to become no-ops without any actual jobs that made them redundant. $this->getMasterDB()->onTransactionIdle( function() use ( $params, $key ) { -- 2.20.1