From a76bb2c177fbd9e6e0e896181b886b4c04e49bf8 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 10 Feb 2014 12:44:52 +0100 Subject: [PATCH] docs: Fix tiny typo. --- gtk/gtkflowbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index cfaa1c998e..5e7fb04b97 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -4657,7 +4657,7 @@ gtk_flow_box_get_selection_mode (GtkFlowBox *box) * which of the children to show. For instance, to implement a search * function that only shows the children matching the search terms. * - * The @filter_func will be called for ach child after the call, and + * The @filter_func will be called for each child after the call, and * it will continue to be called each time a child changes (via * gtk_flow_box_child_changed()) or when gtk_flow_box_invalidate_filter() * is called.