summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-04-01 14:04:46 +0100
committerPhilip Withnall <withnall@endlessm.com>2020-04-01 14:04:46 +0100
commit544b8d5a7f44059e3b67d47d033a0c74857dacad (patch)
treeab5908840f1494a87f34f8f66c8ac83b07ec9a0c /gtk/gtkflowbox.c
parent6ae5d9ac225e701bcd8343b56aed3d4003f459b6 (diff)
downloadgtk+-544b8d5a7f44059e3b67d47d033a0c74857dacad.tar.gz
gtkflowbox: Fix a minor typo in the documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'gtk/gtkflowbox.c')
-rw-r--r--gtk/gtkflowbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index afaa8c38f2..832dc87907 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -4574,7 +4574,7 @@ gtk_flow_box_get_selection_mode (GtkFlowBox *box)
* @child: a #GtkFlowBoxChild that may be filtered
* @user_data: (closure): user data
*
- * A function that will be called whenrever a child changes
+ * A function that will be called whenever a child changes
* or is added. It lets you control if the child should be
* visible or not.
*