[gtk+/native-layout] Fix a misspelling in gtk_cell_view_new_with_markup



commit 69b241c66d79e656d637a00a081a511bb27dface
Author: Christian Dywan <christian twotoasts de>
Date:   Sun Mar 28 04:21:47 2010 +0200

    Fix a misspelling in gtk_cell_view_new_with_markup
    
    This fixes bug 613887.

 gtk/gtkcellview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c
index 57c526b..d6af0b2 100644
--- a/gtk/gtkcellview.c
+++ b/gtk/gtkcellview.c
@@ -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>.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]