gtk+ r22189 - in trunk: . docs/reference docs/reference/gdk/tmpl gdk/x11 gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22189 - in trunk: . docs/reference docs/reference/gdk/tmpl gdk/x11 gtk
- Date: Fri, 23 Jan 2009 05:51:25 +0000 (UTC)
Author: matthiasc
Date: Fri Jan 23 05:51:25 2009
New Revision: 22189
URL: http://svn.gnome.org/viewvc/gtk+?rev=22189&view=rev
Log:
Bug 567761 â Spellfixes in GTK+ documentation
* gdk/x11/gdkselection-x11.c:
* gtk/gtktestutils.c: Fix typos in the docs.
Modified:
trunk/ChangeLog
trunk/docs/reference/ChangeLog
trunk/docs/reference/gdk/tmpl/properties.sgml
trunk/gdk/x11/gdkselection-x11.c
trunk/gtk/gtktestutils.c
Modified: trunk/docs/reference/gdk/tmpl/properties.sgml
==============================================================================
--- trunk/docs/reference/gdk/tmpl/properties.sgml (original)
+++ trunk/docs/reference/gdk/tmpl/properties.sgml Fri Jan 23 05:51:25 2009
@@ -305,7 +305,7 @@
@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.
Modified: trunk/gdk/x11/gdkselection-x11.c
==============================================================================
--- trunk/gdk/x11/gdkselection-x11.c (original)
+++ trunk/gdk/x11/gdkselection-x11.c Fri Jan 23 05:51:25 2009
@@ -676,7 +676,7 @@
* 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
**/
Modified: trunk/gtk/gtktestutils.c
==============================================================================
--- trunk/gtk/gtktestutils.c (original)
+++ trunk/gtk/gtktestutils.c Fri Jan 23 05:51:25 2009
@@ -373,9 +373,9 @@
* @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 @@
* 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
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]