From 5c317ec76268e443754264a4bbf83e643151adb7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 23 Jan 2009 05:51:25 +0000 Subject: =?UTF-8?q?=20=20=20=20=20=20=20=20Bug=20567761=20=E2=80=93=20Spel?= =?UTF-8?q?lfixes=20in=20GTK+=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gdk/x11/gdkselection-x11.c: * gtk/gtktestutils.c: Fix typos in the docs. svn path=/trunk/; revision=22189 --- gtk/gtktestutils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gtktestutils.c') diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index eddf785bae..383af9a7a1 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -373,9 +373,9 @@ gtk_test_find_widget (GtkWidget *widget, * @widget: valid widget pointer. * @percentage: value between 0 and 100. * - * This function will adjust theslider position of all GtkRange + * This function will adjust the slider position of all GtkRange * based widgets, such as scrollbars or scales, it'll also adjust - * spin buttons. The adjustment value of tehse widgets is set to + * spin buttons. The adjustment value of these widgets is set to * a value between the lower and upper limits, according to the * @percentage argument. * @@ -455,7 +455,7 @@ gtk_test_text_set (GtkWidget *widget, * Retrive the text string of @widget if it is a GtkLabel, * GtkEditable (entry and text widgets) or GtkTextView. * - * Returns: new 0-terminated C string, needs to be releaed with g_free(). + * Returns: new 0-terminated C string, needs to be released with g_free(). * * Since: 2.14 **/ -- cgit v1.2.1