[glib] Correct the docs for g_time_zone_adjust_time



commit 6f1c4f7f056eddcbf884659ff68240c0784003c6
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 11 10:24:03 2012 -0400

    Correct the docs for g_time_zone_adjust_time
    
    March 13, 2010 is very ordinary.
    March 14, 2010 is the special day.

 glib/gtimezone.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gtimezone.c b/glib/gtimezone.c
index 8195106..e513f3b 100644
--- a/glib/gtimezone.c
+++ b/glib/gtimezone.c
@@ -591,7 +591,7 @@ interval_valid (GTimeZone *tz,
  *
  * This function may, however, modify @time_ in order to deal with
  * non-existent times.  If the non-existent local @time_ of 02:30 were
- * requested on March 13th 2010 in Toronto then this function would
+ * requested on March 14th 2010 in Toronto then this function would
  * adjust @time_ to be 03:00 and return the interval containing the
  * adjusted time.
  *



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