From 63f1af3b2f594df7f5fdb9cd7fb1cdbb58ce8acf Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 21 Jan 2010 15:40:32 +0000 Subject: [PATCH] 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 --- SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m b/SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m index e704ea50d..2ee949616 100644 --- a/SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +++ b/SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m @@ -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)