comment typo

This commit is contained in:
Joey Hess 2013-10-07 23:48:29 -04:00
parent 1d5207b1e5
commit f409223d53

View file

@ -148,7 +148,7 @@ calcNextTime (Schedule recurrance scheduledtime _duration) lasttime currenttime
year = fromIntegral . fst . toOrdinalDate year = fromIntegral . fst . toOrdinalDate
maxyday = 366 -- with leap days maxyday = 366 -- with leap days
maxwnum = 53 -- some years have more than 53 maxwnum = 53 -- some years have more than 52
maxmday = 31 maxmday = 31
maxmnum = 12 maxmnum = 12
maxwday = 7 maxwday = 7