]> Pileus Git - ~andy/gtk/commitdiff
Fix a misspelling in gtk_cell_view_new_with_markup
authorChristian Dywan <christian@twotoasts.de>
Sun, 28 Mar 2010 02:21:47 +0000 (04:21 +0200)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:25 +0000 (20:59 -0400)
This fixes bug 613887.

gtk/gtkcellview.c

index 57c526bca500affffbc74223170c84464c82c4d2..d6af0b2da8a8dd6f5096720a2b2f7100ae2a1a7b 100644 (file)
@@ -805,7 +805,7 @@ gtk_cell_view_new_with_text (const gchar *text)
  * @markup: the text to display in the cell view
  *
  * Creates a new #GtkCellView widget, adds a #GtkCellRendererText 
- * to it, and makes its show @markup. The text can text can be
+ * to it, and makes it show @markup. The text can be
  * marked up with the <link linkend="PangoMarkupFormat">Pango text 
  * markup language</link>.
  *