From: Aaron Schulz Date: Thu, 20 Dec 2012 00:00:29 +0000 (-0800) Subject: Fixed comment typo. X-Git-Tag: 1.31.0-rc.0~21258 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=e850590b7d13a130536433e37b517426cf50c437;p=lhc%2Fweb%2Fwiklou.git Fixed comment typo. Change-Id: I5f68cff001a6059806d1dd5e99db59754290ce71 --- 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 ) {