Trivial typo fix

This commit is contained in:
Matthias Clasen 2013-09-20 20:16:00 -04:00
parent 69b41536b8
commit 9f3627cd7c

View File

@ -116,7 +116,7 @@ typedef gboolean (*GtkListBoxFilterFunc) (GtkListBoxRow *row,
* @row2: the second row
* @user_data: (closure): user data
*
* Compare two rows to determin which should be first.
* Compare two rows to determine which should be first.
*
* Returns: < 0 if @row1 should be before @row2, 0 if they are
* equal and > 0 otherwise