summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-09-07 16:14:57 +0200
committerBenjamin Otte <otte@gnome.org>2009-09-07 16:16:19 +0200
commitfceba1d6fe264ba1f003e370eb3e56449cf9e150 (patch)
tree2155e5051abf12cf511ee7f4e618c3286e9cf2c5
parent96a565bdca71ca8d9ac27b75e25a767cd8e6ad45 (diff)
docs: Fix typo in gst_value_union()
-rw-r--r--gst/gstvalue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstvalue.c b/gst/gstvalue.c
index 0bac203f98..23977fe5d6 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
*/