diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-09-20 20:16:00 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-09-20 20:17:25 -0400 |
commit | 9f3627cd7c17adc758159eaf06ac651c3c40ced4 (patch) | |
tree | 14708bddefec2f6368a7ec08c686ef31c323edcd /gtk/gtklistbox.h | |
parent | 69b41536b804d5a238106212ece2057151e7e402 (diff) | |
download | gtk+-9f3627cd7c17adc758159eaf06ac651c3c40ced4.tar.gz |
Trivial typo fix
Diffstat (limited to 'gtk/gtklistbox.h')
-rw-r--r-- | gtk/gtklistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |