From 713a5188cfdf0d67b2d060789e285a8bb9440040 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 8 Sep 2023 11:46:26 -0500 Subject: [PATCH] Fix typo --- gtk/gtkactionable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c index 7c59e25e63..998c1a18db 100644 --- a/gtk/gtkactionable.c +++ b/gtk/gtkactionable.c @@ -26,7 +26,7 @@ /** * GtkActionable: * - * The `GtkActionable` interface provides a convenient way of asscociating + * The `GtkActionable` interface provides a convenient way of associating * widgets with actions. * * It primarily consists of two properties: [property@Gtk.Actionable:action-name]