From: Alan Knowles Date: Thu, 20 Aug 2015 02:47:33 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=94f04f6f2a8ce5c8180f6e5c5d09a19a92db2733 Notify.php --- diff --git a/Notify.php b/Notify.php index 3bf30488..1c2c5cde 100644 --- a/Notify.php +++ b/Notify.php @@ -192,7 +192,7 @@ class Pman_Core_Notify extends Pman $w->orderBy('act_when ASC'); // oldest first. - $this->logecho("QUEUE is {$w->count()} only runing " . ((int) $opts['limit'])); + $this->logecho("QUEUE is {$w->count()} only running " . ((int) $opts['limit'])); $w->limit($opts['limit']); // we can run 1000 ... }