summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-07-25 23:15:58 +0200
committerPhilip Withnall <pwithnall@endlessos.org>2022-07-25 23:15:58 +0200
commit87ba99f66b4569d7bdb254d2bc16611d1408fa59 (patch)
tree4d78e984f7277dc4296e16b63e43165c925f035c /gtk
parentfc20268cb8f8a56a49486464210a2455947375bc (diff)
downloadgtk+-87ba99f66b4569d7bdb254d2bc16611d1408fa59.tar.gz
gtkwidget: Fix a small typo in a docs comment
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkwidget.c2
1 files changed, 1 insertions, 1 deletions
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.
*