Skip to content

Commit

Permalink
docs: Fix typo in gst_value_union()
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-otte committed Sep 7, 2009
1 parent 96a565b commit fceba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst/gstvalue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit fceba1d

Please sign in to comment.