summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utility/Scheduled.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Scheduled.hs b/Utility/Scheduled.hs
index 2c8663339..eba5aac49 100644
--- a/Utility/Scheduled.hs
+++ b/Utility/Scheduled.hs
@@ -148,7 +148,7 @@ calcNextTime (Schedule recurrance scheduledtime _duration) lasttime currenttime
year = fromIntegral . fst . toOrdinalDate
maxyday = 366 -- with leap days
- maxwnum = 53 -- some years have more than 53
+ maxwnum = 53 -- some years have more than 52
maxmday = 31
maxmnum = 12
maxwday = 7