summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-10-17 08:02:18 +0200
committerTimm Bäder <mail@baedert.org>2020-10-22 17:46:34 +0200
commit1bf79a4dae4f85ca32314e6388878645bbd6d0e2 (patch)
tree6b3a298e1261ad9da45cf60858f61c8c36c3ed32 /gtk/gtktext.c
parent85d4b865456702d257aefa83dd595671036bdee5 (diff)
downloadgtk+-1bf79a4dae4f85ca32314e6388878645bbd6d0e2.tar.gz
text: Fix a documentation mishap
Diffstat (limited to 'gtk/gtktext.c')
-rw-r--r--gtk/gtktext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktext.c b/gtk/gtktext.c
index 7117ae39c6..cb06561b77 100644
--- a/gtk/gtktext.c
+++ b/gtk/gtktext.c
@@ -3236,7 +3236,7 @@ gtk_text_grab_focus (GtkWidget *widget)
* Causes @self to have keyboard focus.
*
* It behaves like gtk_widget_grab_focus(),
- * except that it doesn't select the contents of the self.
+ * except that it doesn't select the contents of @self.
* You only want to call this on some special entries
* which the user usually doesn't want to replace all text in,
* such as search-as-you-type entries.