diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-25 14:48:31 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-25 14:48:31 +0000 |
commit | e142731885e7e09265ae552fe5d70dd634bbc6fe (patch) | |
tree | 3557bcfc041d8d2788866d6b73a61372b5c44c3c /demos | |
parent | b6296750fe708341bffabf2f3bcd54c2eb83622a (diff) | |
download | gdk-pixbuf-e142731885e7e09265ae552fe5d70dd634bbc6fe.tar.gz |
Fix typos
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/appwindow.c | 2 | ||||
-rw-r--r-- | demos/gtk-demo/iconview.c | 2 | ||||
-rw-r--r-- | demos/gtk-demo/images.c | 4 | ||||
-rw-r--r-- | demos/gtk-demo/pixbufs.c | 2 | ||||
-rw-r--r-- | demos/gtk-demo/textview.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/demos/gtk-demo/appwindow.c b/demos/gtk-demo/appwindow.c index f6bc4af79..5adaccf28 100644 --- a/demos/gtk-demo/appwindow.c +++ b/demos/gtk-demo/appwindow.c @@ -329,7 +329,7 @@ register_stock_icons (void) factory = gtk_icon_factory_new (); gtk_icon_factory_add_default (factory); - /* demo_find_file() looks in the the current directory first, + /* demo_find_file() looks in the current directory first, * so you can run gtk-demo without installing GTK, then looks * in the location where the file is installed. */ diff --git a/demos/gtk-demo/iconview.c b/demos/gtk-demo/iconview.c index 3fbacfa43..9c76c7815 100644 --- a/demos/gtk-demo/iconview.c +++ b/demos/gtk-demo/iconview.c @@ -37,7 +37,7 @@ load_pixbufs (GError **error) if (file_pixbuf) return TRUE; /* already loaded earlier */ - /* demo_find_file() looks in the the current directory first, + /* demo_find_file() looks in the current directory first, * so you can run gtk-demo without installing GTK, then looks * in the location where the file is installed. */ diff --git a/demos/gtk-demo/images.c b/demos/gtk-demo/images.c index 4bb3fb81b..7fc1fa7c1 100644 --- a/demos/gtk-demo/images.c +++ b/demos/gtk-demo/images.c @@ -184,7 +184,7 @@ progressive_timeout (gpointer data) gchar *error_message = NULL; GError *error = NULL; - /* demo_find_file() looks in the the current directory first, + /* demo_find_file() looks in the current directory first, * so you can run gtk-demo without installing GTK, then looks * in the location where the file is installed. */ @@ -352,7 +352,7 @@ do_images (GtkWidget *do_widget) gtk_container_add (GTK_CONTAINER (align), frame); gtk_box_pack_start (GTK_BOX (vbox), align, FALSE, FALSE, 0); - /* demo_find_file() looks in the the current directory first, + /* demo_find_file() looks in the current directory first, * so you can run gtk-demo without installing GTK, then looks * in the location where the file is installed. */ diff --git a/demos/gtk-demo/pixbufs.c b/demos/gtk-demo/pixbufs.c index cab73019a..18dd1ff81 100644 --- a/demos/gtk-demo/pixbufs.c +++ b/demos/gtk-demo/pixbufs.c @@ -61,7 +61,7 @@ load_pixbufs (GError **error) if (background) return TRUE; /* already loaded earlier */ - /* demo_find_file() looks in the the current directory first, + /* demo_find_file() looks in the current directory first, * so you can run gtk-demo without installing GTK, then looks * in the location where the file is installed. */ diff --git a/demos/gtk-demo/textview.c b/demos/gtk-demo/textview.c index 2365aa251..7ac11d620 100644 --- a/demos/gtk-demo/textview.c +++ b/demos/gtk-demo/textview.c @@ -155,7 +155,7 @@ insert_text (GtkTextBuffer *buffer) GtkTextChildAnchor *anchor; char *filename; - /* demo_find_file() looks in the the current directory first, + /* demo_find_file() looks in the current directory first, * so you can run gtk-demo without installing GTK, then looks * in the location where the file is installed. */ |