]> Pileus Git - ~andy/gtk/commitdiff
Bug 567761 – Spellfixes in GTK+ documentation
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jan 2009 05:51:25 +0000 (05:51 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 23 Jan 2009 05:51:25 +0000 (05:51 +0000)
        * gdk/x11/gdkselection-x11.c:
        * gtk/gtktestutils.c: Fix typos in the docs.

svn path=/trunk/; revision=22189

ChangeLog
docs/reference/ChangeLog
docs/reference/gdk/tmpl/properties.sgml
gdk/x11/gdkselection-x11.c
gtk/gtktestutils.c

index e475be589180cf323fa9b0bc46152516a8cb163f..e23c3db12acdf54393d56f9744d83ae2293052b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-23  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 567761 – Spellfixes in GTK+ documentation
+
+       * gdk/x11/gdkselection-x11.c:
+       * gtk/gtktestutils.c: Fix typos in the docs.
+
 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 567021 – gtkimage accessors docs
index 3659d7c4d65f3904f6cbf5bdcca74057a4e2b8c6..a1e28e83c9b60105f29add3f655381aec35bc6ef 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/tmpl/properties.sgml: Typo fix
+
 2009-01-20  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add new GtkAction api
index 39e40ef9130ef585ef969de81f24e7491360f621..5dc62e6da2113f4c6980dfbaa71e17ad5b1ed96a 100644 (file)
@@ -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.
 
 
index 76ec3eec4ce80f7bca44c15cd5ac274663359ded..fd482e2fb301d79a8b0881493b2f007de3e457b8 100644 (file)
@@ -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
  **/
index eddf785bae1c6dbecdfca20c14da8f3eae78fc08..383af9a7a108e89efefeff8eaa9e8ee8945af410 100644 (file)
@@ -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
  **/