From: Timo Tijhof Date: Thu, 9 Jul 2015 16:52:07 +0000 (+0100) Subject: jobqueue: Fix typo in claimTTL documentation X-Git-Tag: 1.31.0-rc.0~10832^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=3ebb55244173f760c6d0f575e002b46779ff4c89;p=lhc%2Fweb%2Fwiklou.git jobqueue: Fix typo in claimTTL documentation Change-Id: I0232492db424a0dd6bea23d04772f14980a73fd4 --- diff --git a/includes/jobqueue/JobQueue.php b/includes/jobqueue/JobQueue.php index 913aea0107..69a3defbc1 100644 --- a/includes/jobqueue/JobQueue.php +++ b/includes/jobqueue/JobQueue.php @@ -94,7 +94,7 @@ abstract class JobQueue { * This might be useful for improving concurrency for job acquisition. * - claimTTL : If supported, the queue will recycle jobs that have been popped * but not acknowledged as completed after this many seconds. Recycling - * of jobs simple means re-inserting them into the queue. Jobs can be + * of jobs simply means re-inserting them into the queue. Jobs can be * attempted up to three times before being discarded. * * Queue classes should throw an exception if they do not support the options given.