mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
docs: fix typo
This commit is contained in:
parent
9033b37589
commit
0a280dadec
@ -576,7 +576,7 @@ g_sequence_move_range (GSequenceIter *dest,
|
|||||||
* @seq: a #GSequence
|
* @seq: a #GSequence
|
||||||
* @cmp_func: the #GCompareDataFunc used to sort @seq. This function is
|
* @cmp_func: the #GCompareDataFunc used to sort @seq. This function is
|
||||||
* passed two items of @seq and should return 0 if they are equal,
|
* passed two items of @seq and should return 0 if they are equal,
|
||||||
* a negative value fi the first comes before the second, and a
|
* a negative value if the first comes before the second, and a
|
||||||
* positive value if the second comes before the first.
|
* positive value if the second comes before the first.
|
||||||
* @cmp_data: user data passed to @cmp_func
|
* @cmp_data: user data passed to @cmp_func
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user