From 2ca728bfc0810a3774aa7b7e36d5bfbdf3b1312d Mon Sep 17 00:00:00 2001 From: Marius Hoch Date: Fri, 24 Jan 2014 20:14:11 +0100 Subject: [PATCH] Fix comment on JobQueue::push Change-Id: I2a7e570ee29ca9dcab2e5c92616ecb69310ae7d5 --- includes/job/JobQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/job/JobQueue.php b/includes/job/JobQueue.php index 8d93dc0449..52978b8aaf 100644 --- a/includes/job/JobQueue.php +++ b/includes/job/JobQueue.php @@ -298,7 +298,7 @@ abstract class JobQueue { } /** - * Push a single jobs into the queue. + * Push one or more jobs into the queue. * This does not require $wgJobClasses to be set for the given job type. * Outside callers should use JobQueueGroup::push() instead of this function. * -- 2.20.1