From 4fe044b77ddbfbbd797cc10b332631f33c807bdb Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 7 Apr 2010 15:24:28 +0200 Subject: Fix typos in 2 gobject-introspection annotations. --- gtk/gtkeditable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkeditable.c') 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. -- cgit v1.2.1