diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2020-05-28 11:00:03 +0300 |
commit | 01bd4cc4e18a1ea697fe61791ba710d0d55e8290 (patch) | |
tree | b4475a50d93510dcc3ee2df10e97d52fc3b43a0d /gtk/gtkimcontext.c | |
parent | 92bc78c12fcbe06aa41a0d825017e1e6c57fc061 (diff) | |
download | gtk+-01bd4cc4e18a1ea697fe61791ba710d0d55e8290.tar.gz |
Fix minor typos
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index 4604a7651f..986608e718 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -724,7 +724,7 @@ gtk_im_context_get_surrounding (GtkIMContext *context, * a negative value means start before the cursor. * @n_chars: number of characters to delete. * - * Asks the widget that the input context is attached to to delete + * Asks the widget that the input context is attached to delete * characters around the cursor position by emitting the * GtkIMContext::delete_surrounding signal. Note that @offset and @n_chars * are in characters not in bytes which differs from the usage other |