diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-05-25 03:14:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-05-25 03:14:53 +0000 |
commit | 027cbd46a04baaccdc5744a403120a4a439415b6 (patch) | |
tree | 3d538f5d3a5b62d3391633ea9fa20f470aa8707d /demos | |
parent | 60c544e6496ccafc92e14a91f0f62b7b98beef5c (diff) | |
download | gtk+-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/iconview.c b/demos/gtk-demo/iconview.c index f4c9f0ecdf..5a419231a2 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); |