From 027cbd46a04baaccdc5744a403120a4a439415b6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 25 May 2005 03:14:53 +0000 Subject: Fix a typo. 2005-05-24 Matthias Clasen * demos/gtk-demo/iconview.c (do_iconview): Fix a typo. --- demos/gtk-demo/iconview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/gtk-demo/iconview.c b/demos/gtk-demo/iconview.c index f4c9f0ecd..5a419231a 100644 --- a/demos/gtk-demo/iconview.c +++ b/demos/gtk-demo/iconview.c @@ -331,7 +331,7 @@ do_iconview (GtkWidget *do_widget) g_signal_connect (home_button, "clicked", G_CALLBACK (home_clicked), store); - /* We now set which model columns that correspont to the text + /* We now set which model columns that correspond to the text * and pixbuf of each item */ gtk_icon_view_set_text_column (GTK_ICON_VIEW (icon_view), COL_DISPLAY_NAME); -- cgit v1.2.1