Fix a typo in the docs

svn path=/trunk/; revision=21276
This commit is contained in:
Matthias Clasen 2008-09-04 04:20:54 +00:00
parent 380365ef63
commit 7e0216bfb3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-09-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktestutils.c: Fix a typo in the docs.
2008-09-03 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates

View File

@ -483,7 +483,7 @@ gtk_test_text_get (GtkWidget *widget)
* gtk_test_create_widget
* @widget_type: a valid widget type.
* @first_property_name: Name of first property to set or %NULL
* @Varags: value to set the first property to, followed by more
* @Varargs: value to set the first property to, followed by more
* name-value pairs, terminated by %NULL
*
* This function wraps g_object_new() for widget types.