diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-02-01 18:15:09 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-02-01 18:15:09 +0000 |
commit | 1d0c7ea1bb78ea1248f2400507c12c29fd284219 (patch) | |
tree | 260359d7552ecc79042244e7db16e58f221afd18 /gtk/gtkdnd.c | |
parent | 2fc5429c28aeef6c75e2f6180d782296f1c28d0c (diff) | |
download | gtk+-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/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index df4f11656f..e58187475f 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -2700,7 +2700,7 @@ gtk_drag_set_icon_pixbuf (GdkDragContext *context, * @hot_x: the X offset within the icon of the hotspot. * @hot_y: the Y offset within the icon of the hotspot. * - * Sets the the icon for a given drag from a stock ID. + * Sets the icon for a given drag from a stock ID. **/ void gtk_drag_set_icon_stock (GdkDragContext *context, @@ -3500,7 +3500,7 @@ gtk_drag_end (GtkDragSourceInfo *info, guint32 time) gtk_drag_key_cb, info); - /* Send on a release pair to the the original + /* Send on a release pair to the original * widget to convince it to release its grab. We need to * call gtk_propagate_event() here, instead of * gtk_widget_event() because widget like GtkList may |