diff options
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/glib/tmpl/date.sgml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index d9185bc42..fa237c68a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-02-10 Matthias Clasen <mclasen@redhat.com> + + * glib/tmpl/date.sgml: Fix a typo (#329123, Kjartan Maraas) + 2006-01-27 Matthias Clasen <mclasen@redhat.com> * === Released 2.9.5 === diff --git a/docs/reference/glib/tmpl/date.sgml b/docs/reference/glib/tmpl/date.sgml index d2c741e5e..8dd6e06fb 100644 --- a/docs/reference/glib/tmpl/date.sgml +++ b/docs/reference/glib/tmpl/date.sgml @@ -146,7 +146,7 @@ Unrelated to #GTimer. <para> Note that <type>GTime</type> is defined to always be a 32bit integer, unlike <type>time_t</type> which may be 64bit on some systems. -Therefore, <type>GType</type> will overflow in the year 2038, and +Therefore, <type>GTime</type> will overflow in the year 2038, and you cannot use the address of a <type>GTime</type> variable as argument to the UNIX time() function. Instead, do the following: <informalexample> |