gst/gstvalue.c: Fix typos.
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 22 Jul 2008 09:24:37 +0000 (09:24 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 22 Jul 2008 09:24:37 +0000 (09:24 +0000)
Original commit message from CVS:
* gst/gstvalue.c:
Fix typos.

ChangeLog
gst/gstvalue.c

index 66a4c9d..0a051f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * gst/gstcaps.c:
index 427bd0d..18f264f 100644 (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.
  *
- * 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)