diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-04-07 15:24:28 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-05-11 09:01:19 +0200 |
commit | 4fe044b77ddbfbbd797cc10b332631f33c807bdb (patch) | |
tree | 817aa2395ea28aa7b52078adf51a710a2bccc090 /gtk/gtkeditable.c | |
parent | ee357cf8856f10c69fe5ef2844f5ef5e777a033f (diff) | |
download | gtk+-4fe044b77ddbfbbd797cc10b332631f33c807bdb.tar.gz |
Fix typos in 2 gobject-introspection annotations.
Diffstat (limited to 'gtk/gtkeditable.c')
-rw-r--r-- | gtk/gtkeditable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c index 4fc7b744a0..d7eaa945e2 100644 --- a/gtk/gtkeditable.c +++ b/gtk/gtkeditable.c @@ -149,7 +149,7 @@ gtk_editable_base_init (gpointer g_class) * @editable: a #GtkEditable * @new_text: the text to append * @new_text_length: the length of the text in bytes, or -1 - * @position: (in-out): location of the position text will be inserted at + * @position: (inout): location of the position text will be inserted at * * Inserts @new_text_length bytes of @new_text into the contents of the * widget, at position @position. |