Typo fix.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 6 Dec 2002 01:47:27 +0000 (01:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 6 Dec 2002 01:47:27 +0000 (01:47 +0000)
docs/reference/ChangeLog
docs/reference/gobject/tmpl/gparamspec.sgml

index a696f1c..81300a5 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-06  Matthias Clasen  <maclas@gmx.de>
+
+       * gobject/tmpl/gparamspec.sgml: Typo fix.
+
 2002-12-05  Matthias Clasen  <maclas@gmx.de>
 
        * glib/tmpl/strings.sgml: 
index d372ab5..e03618a 100644 (file)
@@ -224,7 +224,7 @@ g_param_value_validate().
 @pspec:             a valid #GParamSpec
 @src_value:         souce #GValue
 @dest_value:        destination #GValue of correct type for @pspec
-@strict_validation: $TRUE requires @dest_value to conform to @pspec without modifications
+@strict_validation: %TRUE requires @dest_value to conform to @pspec without modifications
 @Returns:           %TRUE if transformation and validation were successfull,
                     %FALSE otherwise and @dest_value is left untouched.