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/gtkradioaction.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/gtkradioaction.c')
-rw-r--r-- | gtk/gtkradioaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c index a607d16ec8..ec761e176a 100644 --- a/gtk/gtkradioaction.c +++ b/gtk/gtkradioaction.c @@ -440,7 +440,7 @@ gtk_radio_action_set_group (GtkRadioAction *action, * gtk_radio_action_get_current_value: * @action: a #GtkRadioAction * - * Obtains the value property of the the currently active member of + * Obtains the value property of the currently active member of * the group to which @action belongs. * * Return value: The value of the currently active group member |