gst/gstvalue.c: Fix typos.

Original commit message from CVS:
* gst/gstvalue.c:
Fix typos.
This commit is contained in:
Sebastian Dröge 2008-07-22 09:24:37 +00:00
parent cdb1ea97cc
commit 14983d1810
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-07-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/gstvalue.c:
Fix typos.
2008-07-22 Thijs Vermeir <thijsvermeir@gmail.com> 2008-07-22 Thijs Vermeir <thijsvermeir@gmail.com>
* gst/gstcaps.c: * gst/gstcaps.c:

View file

@ -894,7 +894,7 @@ gst_value_set_double_range (GValue * value, gdouble start, gdouble end)
* *
* Gets the minimum of the range specified by @value. * Gets the minimum of the range specified by @value.
* *
* Returns: the minumum of the range * Returns: the minimum of the range
*/ */
gdouble gdouble
gst_value_get_double_range_min (const GValue * value) 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. * Gets the minimum of the range specified by @value.
* *
* Returns: the minumum of the range * Returns: the minimum of the range
*/ */
const GValue * const GValue *
gst_value_get_fraction_range_min (const GValue * value) gst_value_get_fraction_range_min (const GValue * value)