summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-05-28 11:00:03 +0300
committerYuri Chornoivan <yurchor@ukr.net>2020-05-28 11:00:03 +0300
commit01bd4cc4e18a1ea697fe61791ba710d0d55e8290 (patch)
treeb4475a50d93510dcc3ee2df10e97d52fc3b43a0d /gtk/gtkeditable.c
parent92bc78c12fcbe06aa41a0d825017e1e6c57fc061 (diff)
downloadgtk+-01bd4cc4e18a1ea697fe61791ba710d0d55e8290.tar.gz
Fix minor typos
Diffstat (limited to 'gtk/gtkeditable.c')
-rw-r--r--gtk/gtkeditable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c
index ff36a044cf..ea6d48b0c2 100644
--- a/gtk/gtkeditable.c
+++ b/gtk/gtkeditable.c
@@ -31,7 +31,7 @@
* text editing widgets, such as #GtkEntry and #GtkSpinButton. It contains functions
* for generically manipulating an editable widget, a large number of action
* signals used for key bindings, and several signals that an application can
- * connect to to modify the behavior of a widget.
+ * connect to modify the behavior of a widget.
*
* As an example of the latter usage, by connecting
* the following handler to #GtkEditable::insert-text, an application