mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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
|
* @value1: a value to union
|
||||||
* @value2: another 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
|
* Returns: always returns %TRUE
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue