From 87ba99f66b4569d7bdb254d2bc16611d1408fa59 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 25 Jul 2022 23:15:58 +0200 Subject: gtkwidget: Fix a small typo in a docs comment Signed-off-by: Philip Withnall --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 360d8412a8..0f36edb72e 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -6843,7 +6843,7 @@ gtk_widget_get_display (GtkWidget *widget) * The default `focus()` virtual function for a widget should return `TRUE` if * moving in @direction left the focus on a focusable location inside that * widget, and `FALSE` if moving in @direction moved the focus outside the - * widget. When returning `TRUE`, widgets normallycall [method@Gtk.Widget.grab_focus] + * widget. When returning `TRUE`, widgets normally call [method@Gtk.Widget.grab_focus] * to place the focus accordingly; when returning `FALSE`, they don’t modify * the current focus location. * -- cgit v1.2.1