From 474877d916439e20769a4aad4bccdedff2ad04ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sun, 10 May 2015 20:09:48 +0200 Subject: [PATCH] Fix a minor typo in a comment --- glib/gdatetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gdatetime.c b/glib/gdatetime.c index a4e2e6e74..df2dc26ac 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -2546,7 +2546,7 @@ g_date_time_format_locale (GDateTime *datetime, * - \%A: the full weekday name according to the current locale * - \%b: the abbreviated month name according to the current locale * - \%B: the full month name according to the current locale - * - \%c: the preferred date and time rpresentation for the current locale + * - \%c: the preferred date and time representation for the current locale * - \%C: the century number (year/100) as a 2-digit integer (00-99) * - \%d: the day of the month as a decimal number (range 01 to 31) * - \%e: the day of the month as a decimal number (range 1 to 31)