summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2008-09-08 18:56:52 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-09-08 18:56:52 +0000
commitbf5f9f7decc0f76ddef6a45ab91ad1df8c772efc (patch)
treef41d9690ad2a864f9a3d8be686be3034ad31fbcf /gtk/gtkeditable.c
parentb7b0181708c23e871437c879c64fca66519e13a5 (diff)
downloadgtk+-bf5f9f7decc0f76ddef6a45ab91ad1df8c772efc.tar.gz
Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text
2008-09-08 Cosimo Cecchi <cosimoc@gnome.org> Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text * gtk/gtkeditable.c: Fix a reference to an invalid parameter in the docs. svn path=/trunk/; revision=21324
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 a6574a1c37..16e839901a 100644
--- a/gtk/gtkeditable.c
+++ b/gtk/gtkeditable.c
@@ -102,7 +102,7 @@ gtk_editable_base_init (gpointer g_class)
* @new_text_length: the text to append
* @position: position text will be inserted at
*
- * Appends @new_text_length characters of @text to the contents of the widget,
+ * Appends @new_text_length characters of @new_text to the contents of the widget,
* at position @position. Note that this position is in characters, not in bytes.
**/
void