From 9f3627cd7c17adc758159eaf06ac651c3c40ced4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Sep 2013 20:16:00 -0400 Subject: [PATCH] Trivial typo fix --- gtk/gtklistbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h index 1ca5ece7d0..35cdc09a1a 100644 --- a/gtk/gtklistbox.h +++ b/gtk/gtklistbox.h @@ -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