From: Matthias Clasen Date: Fri, 23 Jan 2009 05:51:25 +0000 (+0000) Subject: Bug 567761 – Spellfixes in GTK+ documentation X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=5c317ec76268e443754264a4bbf83e643151adb7;p=~andy%2Fgtk Bug 567761 – Spellfixes in GTK+ documentation * gdk/x11/gdkselection-x11.c: * gtk/gtktestutils.c: Fix typos in the docs. svn path=/trunk/; revision=22189 --- diff --git a/ChangeLog b/ChangeLog index e475be589..e23c3db12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-23 Matthias Clasen + + Bug 567761 – Spellfixes in GTK+ documentation + + * gdk/x11/gdkselection-x11.c: + * gtk/gtktestutils.c: Fix typos in the docs. + 2009-01-23 Matthias Clasen Bug 567021 – gtkimage accessors docs diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 3659d7c4d..a1e28e83c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2009-01-23 Matthias Clasen + + * gdk/tmpl/properties.sgml: Typo fix + 2009-01-20 Matthias Clasen * gtk/gtk-sections.txt: Add new GtkAction api diff --git a/docs/reference/gdk/tmpl/properties.sgml b/docs/reference/gdk/tmpl/properties.sgml index 39e40ef91..5dc62e6da 100644 --- a/docs/reference/gdk/tmpl/properties.sgml +++ b/docs/reference/gdk/tmpl/properties.sgml @@ -305,7 +305,7 @@ is provided. @data: location to store a pointer to the data. The retrieved data should be freed with g_free() when you are finished using it. -@Returns: %TRUE if data was sucessfully received and stored +@Returns: %TRUE if data was successfully received and stored in @data, otherwise %FALSE. diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c index 76ec3eec4..fd482e2fb 100644 --- a/gdk/x11/gdkselection-x11.c +++ b/gdk/x11/gdkselection-x11.c @@ -676,7 +676,7 @@ gdk_text_property_to_utf8_list_for_display (GdkDisplay *display, * Convert a string from the encoding of the current * locale into a form suitable for storing in a window property. * - * Returns: 0 upon sucess, non-zero upon failure. + * Returns: 0 upon success, non-zero upon failure. * * Since: 2.2 **/ diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index eddf785ba..383af9a7a 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 **/