Notify.php
authorAlan Knowles <alan@roojs.com>
Thu, 20 Aug 2015 02:47:33 +0000 (10:47 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Aug 2015 02:47:33 +0000 (10:47 +0800)
Notify.php

index 3bf3048..1c2c5cd 100644 (file)
@@ -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 ...
         }