summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-28 19:19:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-28 23:51:52 -0400
commit3d0b7314cdf62fe2c115311af8e24ece2f1586a2 (patch)
tree45ef319e4288003e1d72b0193bfa1b2e7dc4b2d8 /gtk/gtkflowbox.c
parent28377d4ffb52ff998e5e3b66bba348cc06cb0162 (diff)
downloadgtk+-3d0b7314cdf62fe2c115311af8e24ece2f1586a2.tar.gz
Trivial typo fix
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 63c4766ad7..942d5776e9 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -4537,7 +4537,7 @@ gtk_flow_box_unselect_all (GtkFlowBox *box)
* @user_data: (closure): user data
*
* A function used by gtk_flow_box_selected_foreach().
- * It will be called on every selected child of tht @box.
+ * It will be called on every selected child of the @box.
*
* Since: 3.12
*/