[gtk: 1/2] gtkwidget: Fix a small typo in a docs comment




commit 87ba99f66b4569d7bdb254d2bc16611d1408fa59
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon Jul 25 23:15:58 2022 +0200

    gtkwidget: Fix a small typo in a docs comment
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 gtk/gtkwidget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]