From 48d1473e3df261e9507dde3b4715ebdafbdc626f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 22 Nov 2005 11:50:12 +0000 Subject: [PATCH] Minor doc fix. Original commit message from CVS: Minor doc fix. --- gst/gststructure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gststructure.c b/gst/gststructure.c index 7d62243acc..23f728c2d9 100644 --- a/gst/gststructure.c +++ b/gst/gststructure.c @@ -1936,7 +1936,7 @@ gst_structure_fixate_field_boolean (GstStructure * structure, * @target: A GValue of GST_TYPE_FRACTION with the target value of the fixation * * Fixates a #GstStructure by changing the given field to the nearest - * integer to @target that is a subset of the existing field. + * fraction to @target that is a subset of the existing field. * * Returns: TRUE if the structure could be fixated */