From fceba1d6fe264ba1f003e370eb3e56449cf9e150 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 7 Sep 2009 16:14:57 +0200 Subject: [PATCH] docs: Fix typo in gst_value_union() --- gst/gstvalue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */