Fix a misspelling in gtk_cell_view_new_with_markup

This fixes bug 613887.
This commit is contained in:
Christian Dywan 2010-03-28 04:21:47 +02:00
parent a34ddc38b6
commit 23fa7fcc6e

View File

@ -768,7 +768,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>.
*