[gst-cvs] gstreamer: docs: Fix typo in gst_value_union()

Benjamin Otte company at kemper.freedesktop.org
Mon Sep 7 07:17:00 PDT 2009


Module: gstreamer
Branch: master
Commit: fceba1d6fe264ba1f003e370eb3e56449cf9e150
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=fceba1d6fe264ba1f003e370eb3e56449cf9e150

Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Sep  7 16:14:57 2009 +0200

docs: Fix typo in gst_value_union()

---

 gst/gstvalue.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/gstvalue.c b/gst/gstvalue.c
index 0bac203..23977fe 100644
--- a/gst/gstvalue.c
+++ b/gst/gstvalue.c
@@ -2992,7 +2992,7 @@ gst_value_can_union (const GValue * value1, const GValue * value2)
  * @value1: a value to union
  * @value2: another value to union
  *
- * Creates a GValue cooresponding to the union of @value1 and @value2.
+ * Creates a GValue corresponding to the union of @value1 and @value2.
  *
  * Returns: always returns %TRUE
  */





More information about the Gstreamer-commits mailing list