Fixed typo in comment

master
Christoph 3 years ago
parent caf09c1f8e
commit f71338d6ea
  1. 2
      gen_vor.php

@ -10,7 +10,7 @@ $arr = ['| | | |', '|:------|:------|:------|'];
$ts=(new DateTime('first day of this month'))->getTimeStamp();
$tues_ts = strtotime('fourth tuesday of this month + 1 day', $ts);
// Are we past the fourst Tuesday in the month?
// Are we past the fourth Tuesday of the month?
if ((new DateTime())->getTimeStamp() >= $tues_ts) {
$ts = strtotime('+1 month', $ts);
}

Loading…
Cancel
Save