garray: Fix a doc typo in g_ptr_array_sort()

This commit is contained in:
Marco Trevisan (Treviño) 2022-12-19 23:26:58 +01:00 committed by Philip Withnall
parent b15040215a
commit 94c45f8fa2

View File

@ -2447,7 +2447,7 @@ g_ptr_array_insert (GPtrArray *array,
* *
* Sorts the array, using @compare_func which should be a qsort()-style * Sorts the array, using @compare_func which should be a qsort()-style
* comparison function (returns less than zero for first arg is less * comparison function (returns less than zero for first arg is less
* than second arg, zero for equal, greater than zero if irst arg is * than second arg, zero for equal, greater than zero if first arg is
* greater than second arg). * greater than second arg).
* *
* Note that the comparison function for g_ptr_array_sort() doesn't * Note that the comparison function for g_ptr_array_sort() doesn't