summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-25 03:14:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-25 03:14:53 +0000
commit027cbd46a04baaccdc5744a403120a4a439415b6 (patch)
tree3d538f5d3a5b62d3391633ea9fa20f470aa8707d /demos
parent60c544e6496ccafc92e14a91f0f62b7b98beef5c (diff)
downloadgdk-pixbuf-027cbd46a04baaccdc5744a403120a4a439415b6.tar.gz
Fix a typo.
2005-05-24 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/iconview.c2
1 files changed, 1 insertions, 1 deletions
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);