mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 13:25:57 +00:00
Typo fix
Monotone-Parent: a4f965425609368d1347526114e039b4c8f07962 Monotone-Revision: 6d9c30b81605764388ff5243bba7631fe98636f0 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-01-21T15:40:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -156,7 +156,7 @@ static void NGMonthDaySet_fillWithByDayX (NGMonthDaySet *daySet,
|
||||
|
||||
if (occurrence1 >= 0)
|
||||
{
|
||||
for (dayInMonth = 1, dow = firstDoWInMonth; dayInMonth<=31; dayInMonth++)
|
||||
for (dayInMonth = 1, dow = firstDoWInMonth; dayInMonth <= 31; dayInMonth++)
|
||||
{
|
||||
// TODO: complete me
|
||||
|
||||
@@ -433,7 +433,7 @@ static void NGMonthDaySet_fillWithByDayX (NGMonthDaySet *daySet,
|
||||
the event is not necessarily a date of the sequence!
|
||||
|
||||
The 'numDaysInMonth' localvar contains the number of days in the
|
||||
current month (eg 31 for Januar, 28 for most February's, etc)
|
||||
current month (eg 31 for January, 28 for most February's, etc)
|
||||
|
||||
Eg: MONTHLY;BYDAY=-1WE (last wednesday, every month)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user