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/gtkfilechooser.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/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index ee774aeef9..83c95f1f43 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -433,7 +433,7 @@ gtk_file_chooser_get_filename (GtkFileChooser *chooser) * @chooser: a #GtkFileChooser * @filename: the filename to set as current * - * Sets @filename as the current filename for the the file chooser; + * Sets @filename as the current filename for the file chooser; * If the file name isn't in the current folder of @chooser, then the * current folder of @chooser will be changed to the folder containing * @filename. This is equivalent to a sequence of @@ -721,7 +721,7 @@ gtk_file_chooser_get_uri (GtkFileChooser *chooser) * @chooser: a #GtkFileChooser * @uri: the URI to set as current * - * Sets the file referred to by @uri as the current file for the the + * Sets the file referred to by @uri as the current file for the * file chooser; If the file name isn't in the current folder of @chooser, * then the current folder of @chooser will be changed to the folder containing * @uri. This is equivalent to a sequence of gtk_file_chooser_unselect_all() |