mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: Fix typo in gst_value_union()
This commit is contained in:
parent
96a565bdca
commit
fceba1d6fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue