From fd1b65cbb2a0d6c1b52b30e3b9010ead734c0cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Tue, 23 Jul 2013 14:07:04 +0200 Subject: fix typos in comments --- date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'date.c') diff --git a/date.c b/date.c index 0cd83122..c173fe65 100644 --- a/date.c +++ b/date.c @@ -77,7 +77,7 @@ time_t mutt_mktime (struct tm *t, int local) g = AccumDaysPerMonth [t->tm_mon % 12]; /* The leap years are 1972 and every 4. year until 2096, - * but this algoritm will fail after year 2099 */ + * but this algorithm will fail after year 2099 */ g += t->tm_mday; if ((t->tm_year % 4) || t->tm_mon < 2) g--; -- cgit v1.2.3