Skip to content

Commit ecfdb11

Browse files
committed
typo calculare
1 parent 3ab3c28 commit ecfdb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/lib/classes/cronjob.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ protected function onBeforeRun() {
149149

150150
// next_run time reached (reached === 0 or -1)
151151

152-
// calculare next run time based on last_run or current time
152+
// calculate next run time based on last_run or current time
153153
$app->cron->parseCronLine($this->getSchedule());
154154
if($this->_no_skip == true) {
155-
// we need to calculare the next run based on the previous next_run, as we may not skip one.
155+
// we need to calculate the next run based on the previous next_run, as we may not skip one.
156156
$next_run = $app->cron->getNextRun($this->_next_run);
157157
if($next_run === false) {
158158
// we could not calculate next run, try it with current time

0 commit comments

Comments
 (0)