Fix typos in 2 gobject-introspection annotations.

This commit is contained in:
Murray Cumming
2010-04-07 15:24:28 +02:00
parent ee357cf885
commit 4fe044b77d
2 changed files with 2 additions and 2 deletions

View File

@ -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.