fix bug #135723
authorSven Herzberg <herzi@src.gnome.org>
Sun, 29 Feb 2004 01:32:03 +0000 (01:32 +0000)
committerSven Herzberg <herzi@src.gnome.org>
Sun, 29 Feb 2004 01:32:03 +0000 (01:32 +0000)
docs/reference/ChangeLog
docs/reference/glib/tmpl/limits.sgml

index ae9e4e2..3b5e806 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 29 02:35:00 2004  Sven Herzberg  <herzi@gnome-de.org>
+
+       * glib/tmpl/limits.sgml: exchange non-existing G_MAX_DOUBLE for
+       G_MAXDOUBLE (fixes #135723)
+
 Fri Feb 27 22:10:25 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/tmpl/modules.sgml: Reformat a bit.
index 90a5a56..4b0a190 100644 (file)
@@ -202,7 +202,7 @@ The minimum positive value which can be held in a #gdouble.
 </para>
 <para>
 If you are interested in the smallest value which can be held in a #gdouble,
-use -G_MAX_DOUBLE.
+use -G_MAXDOUBLE.
 </para>