Fix comment on JobQueue::push
authorMarius Hoch <hoo@online.de>
Fri, 24 Jan 2014 19:14:11 +0000 (20:14 +0100)
committerMarius Hoch <hoo@online.de>
Fri, 24 Jan 2014 19:26:43 +0000 (20:26 +0100)
Change-Id: I2a7e570ee29ca9dcab2e5c92616ecb69310ae7d5

includes/job/JobQueue.php

index 8d93dc0..52978b8 100644 (file)
@@ -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.
         *