diff --git a/src/Worker/Cron.php b/src/Worker/Cron.php index a232834bc..8c9ea58a1 100644 --- a/src/Worker/Cron.php +++ b/src/Worker/Cron.php @@ -44,7 +44,7 @@ class Cron if ($last) { $next = $last + ($poll_interval * 60); if ($next > time()) { - Logger::notice('cron intervall not reached'); + Logger::notice('cron interval not reached'); return; } }