From 3e61cb2fcc7648254192d0f174b437336b21c89b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Dec 2010 16:59:22 +0000 Subject: [PATCH] Fix typo in API docs for GDateTime s/monty/month/ --- glib/gdatetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 5608a59..7f83591 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -1409,7 +1409,7 @@ g_date_time_equal (gconstpointer dt1, * g_date_time_get_ymd: * @datetime: a #GDateTime. * @year: (out): the return location for the gregorian year, or %NULL. - * @month: (out): the return location for the monty of the year, or %NULL. + * @month: (out): the return location for the month of the year, or %NULL. * @day: (out): the return location for the day of the month, or %NULL. * * Retrieves the Gregorian day, month, and year of a given #GDateTime. -- 2.7.4