From f71338d6ea3bcedb225a585c1bcb3ee7910ba2c8 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 26 Nov 2021 13:21:38 +0100 Subject: [PATCH] Fixed typo in comment --- gen_vor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_vor.php b/gen_vor.php index e94596e..845fa6b 100644 --- a/gen_vor.php +++ b/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); }