summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-09-25 14:48:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-09-25 14:48:31 +0000
commite142731885e7e09265ae552fe5d70dd634bbc6fe (patch)
tree3557bcfc041d8d2788866d6b73a61372b5c44c3c
parentb6296750fe708341bffabf2f3bcd54c2eb83622a (diff)
downloadgtk+-e142731885e7e09265ae552fe5d70dd634bbc6fe.tar.gz
Fix typos
-rw-r--r--ChangeLog6
-rw-r--r--demos/gtk-demo/appwindow.c2
-rw-r--r--demos/gtk-demo/iconview.c2
-rw-r--r--demos/gtk-demo/images.c4
-rw-r--r--demos/gtk-demo/pixbufs.c2
-rw-r--r--demos/gtk-demo/textview.c2
-rw-r--r--gtk/gtkeventbox.c2
-rw-r--r--gtk/gtkprintoperation.c2
8 files changed, 14 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index b72dcb8b28..59114edd31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-25 Matthias Clasen <mclasen@redhat.com>
+
+ * demos/gtk-demo/*.c:
+ * gtk/gtkeventbox.c:
+ * gtk/gtkprintoperation.c: Fix typos. String change.
+
2006-09-25 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): if the tree view
diff --git a/demos/gtk-demo/appwindow.c b/demos/gtk-demo/appwindow.c
index f6bc4af795..5adaccf283 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 3fbacfa43a..9c76c7815d 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 4bb3fb81bd..7fc1fa7c14 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 cab73019a1..18dd1ff816 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 2365aa2515..7ac11d6202 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.
*/
diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c
index 1217883745..bac1605d2f 100644
--- a/gtk/gtkeventbox.c
+++ b/gtk/gtkeventbox.c
@@ -195,7 +195,7 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box)
* Set whether the event box uses a visible or invisible child
* window. The default is to use visible windows.
*
- * In an invisible window event box, the window that that the
+ * In an invisible window event box, the window that the
* event box creates is a %GDK_INPUT_ONLY window, which
* means that it is invisible and only serves to receive
* events.
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c
index 39d1af2b58..943223a20e 100644
--- a/gtk/gtkprintoperation.c
+++ b/gtk/gtkprintoperation.c
@@ -961,7 +961,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
PROP_USE_FULL_PAGE,
g_param_spec_boolean ("use-full-page",
P_("Use full page"),
- P_("TRUE if the the origin of the context should be at the corner of the page and not the corner of the imageable area"),
+ P_("TRUE if the origin of the context should be at the corner of the page and not the corner of the imageable area"),
FALSE,
GTK_PARAM_READWRITE));