gtkwidget: Fix a small typo in a docs comment
authorPhilip Withnall <pwithnall@endlessos.org>
Mon, 25 Jul 2022 21:15:58 +0000 (23:15 +0200)
committerPhilip Withnall <pwithnall@endlessos.org>
Mon, 25 Jul 2022 21:15:58 +0000 (23:15 +0200)
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
gtk/gtkwidget.c

index 360d8412a8cbc3691f96b1affcf5e708565909f7..0f36edb72e3e11dd9fb5a4387abdfa2edec91744 100644 (file)
@@ -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.
  *