[glib] Fix a minor typo in a comment



commit 474877d916439e20769a4aad4bccdedff2ad04ac
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun May 10 20:09:48 2015 +0200

    Fix a minor typo in a comment

 glib/gdatetime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gdatetime.c b/glib/gdatetime.c
index a4e2e6e..df2dc26 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]