Fix a minor typo in a comment

This commit is contained in:
Piotr Drąg 2015-05-10 20:09:48 +02:00
parent d92a67afcb
commit 474877d916

View File

@ -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)