diff --git a/ChangeLog b/ChangeLog index 66a4c9d9b3..0a051f0a5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-22 Sebastian Dröge + + * gst/gstvalue.c: + Fix typos. + 2008-07-22 Thijs Vermeir * gst/gstcaps.c: diff --git a/gst/gstvalue.c b/gst/gstvalue.c index 427bd0d668..18f264fa6f 100644 --- a/gst/gstvalue.c +++ b/gst/gstvalue.c @@ -894,7 +894,7 @@ gst_value_set_double_range (GValue * value, gdouble start, gdouble end) * * Gets the minimum of the range specified by @value. * - * Returns: the minumum of the range + * Returns: the minimum of the range */ gdouble gst_value_get_double_range_min (const GValue * value) @@ -1127,7 +1127,7 @@ gst_value_set_fraction_range_full (GValue * value, * * Gets the minimum of the range specified by @value. * - * Returns: the minumum of the range + * Returns: the minimum of the range */ const GValue * gst_value_get_fraction_range_min (const GValue * value)