Typo fix.

This commit is contained in:
Matthias Clasen 2002-12-06 01:47:27 +00:00
parent e852989bea
commit 9b275961ef
2 changed files with 5 additions and 1 deletions

View 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:

View 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.