summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-11-17 22:24:18 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-11-17 22:49:45 -0500
commitb12d31d1898059b47d367cc4d11b01dd67cf5330 (patch)
tree6a9aa8572285475b39a2cbd9ba25ab1205dd71e0 /gtk/gtkflowbox.c
parent0d2161ee404a3262fdc1d0612e012a3f5710199b (diff)
downloadgtk+-b12d31d1898059b47d367cc4d11b01dd67cf5330.tar.gz
Fix spelling errors
These were pointed out by codespell.
Diffstat (limited to 'gtk/gtkflowbox.c')
-rw-r--r--gtk/gtkflowbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index b7252ba1a2..157312d0e4 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -3771,7 +3771,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
/**
* GtkFlowBox::move-cursor:
* @box: the `GtkFlowBox` on which the signal is emitted
- * @step: the granularity fo the move, as a `GtkMovementStep`
+ * @step: the granularity of the move, as a `GtkMovementStep`
* @count: the number of @step units to move
* @extend: whether to extend the selection
* @modify: whether to modify the selection
@@ -4892,7 +4892,7 @@ gtk_flow_box_set_filter_func (GtkFlowBox *box,
* Updates the filtering for all children.
*
* Call this function when the result of the filter
- * function on the @box is changed due ot an external
+ * function on the @box is changed due to an external
* factor. For instance, this would be used if the
* filter function just looked for a specific search
* term, and the entry with the string has changed.