From 6f1c4f7f056eddcbf884659ff68240c0784003c6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 11 Jun 2012 10:24:03 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gtimezone.c b/glib/gtimezone.c index 8195106e0..e513f3bfb 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. *