From 270a6553b797c14f5fdf37ef47d6fbb2a267afac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Feb 2006 18:47:07 +0000 Subject: [PATCH] Fix a typo --- docs/reference/ChangeLog | 4 ++++ docs/reference/glib/tmpl/date.sgml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index d9185bc4..fa237c68 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-02-10 Matthias Clasen + + * glib/tmpl/date.sgml: Fix a typo (#329123, Kjartan Maraas) + 2006-01-27 Matthias Clasen * === Released 2.9.5 === diff --git a/docs/reference/glib/tmpl/date.sgml b/docs/reference/glib/tmpl/date.sgml index d2c741e5..8dd6e06f 100644 --- a/docs/reference/glib/tmpl/date.sgml +++ b/docs/reference/glib/tmpl/date.sgml @@ -146,7 +146,7 @@ Unrelated to #GTimer. Note that GTime is defined to always be a 32bit integer, unlike time_t which may be 64bit on some systems. -Therefore, GType will overflow in the year 2038, and +Therefore, GTime will overflow in the year 2038, and you cannot use the address of a GTime variable as argument to the UNIX time() function. Instead, do the following: -- 2.34.1