diff options
Diffstat (limited to 'gtk/gtkflowbox.c')
-rw-r--r-- | gtk/gtkflowbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index f9743e04e6..8ac3ff9f7e 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -3765,7 +3765,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class) * * The default bindings for this signal come in two variants, * the variant with the Shift modifier extends the selection, - * the variant without the Shift modifer does not. + * the variant without the Shift modifier does not. * There are too many key combinations to list them all here. * - Arrow keys move by individual children * - Home/End keys move to the ends of the box |