summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-01 18:15:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-01 18:15:09 +0000
commit1d0c7ea1bb78ea1248f2400507c12c29fd284219 (patch)
tree260359d7552ecc79042244e7db16e58f221afd18 /gtk/gtkrc.c
parent2fc5429c28aeef6c75e2f6180d782296f1c28d0c (diff)
downloadgtk+-1d0c7ea1bb78ea1248f2400507c12c29fd284219.tar.gz
Fix many instances of "the the" in docs and comments. (#165815, Masao
2005-02-01 Matthias Clasen <mclasen@redhat.com> * */*.c: Fix many instances of "the the" in docs and comments. (#165815, Masao Mutoh)
Diffstat (limited to 'gtk/gtkrc.c')
-rw-r--r--gtk/gtkrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrc.c b/gtk/gtkrc.c
index 49f05b9f7f..08b7721a83 100644
--- a/gtk/gtkrc.c
+++ b/gtk/gtkrc.c
@@ -2086,7 +2086,7 @@ gtk_rc_init_style (GtkRcContext *context,
GSList *tmp_styles;
GType rc_style_type = GTK_TYPE_RC_STYLE;
- /* Find the the first style where the RC file specified engine "" {}
+ /* Find the first style where the RC file specified engine "" {}
* or the first derived style and use that to create the
* merged style. If we only have raw GtkRcStyles, use the first
* style to create the merged style.