spelling: interval

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:26:50 -04:00
parent a5eb8bb206
commit 7032b679cc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}