From 48293bb47d9c1fa403d54e3f9f7bd4f2f1b8ad1e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Dec 2014 19:49:27 -0500 Subject: [PATCH] Fix a typo --- glib/gdatetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gdatetime.c b/glib/gdatetime.c index cbbf62008..a4e2e6e74 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -1656,7 +1656,7 @@ g_date_time_get_day_of_month (GDateTime *datetime) * calendar year (so that these days have the same week-numbering year * as the Thursday occurring early in the next year). * - * For Friday, Saturaday and Sunday occurring near the start of the year, + * For Friday, Saturday and Sunday occurring near the start of the year, * this may mean that the week-numbering year is one less than the * calendar year (so that these days have the same week-numbering year * as the Thursday occurring late in the previous year).