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 ae9e4e2bc2ed4056e460489c811481322b0511a1..3b5e8067b325f67fc3f6d0a3eca2e157dbc6b537 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 90a5a561f9a067dd834c92ded60d97a26b0dac58..4b0a190d3cc02faf82a2c163d35ebfbbdda81a82 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>