[gtk+] gtkfilechooserbutton: fix documentation typo



commit 0540edcf9c901fc7f0415da3edd289ecd80f452d
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Thu Jun 20 11:47:37 2013 +0300

    gtkfilechooserbutton: fix documentation typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702695

 gtk/gtkfilechooserbutton.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index 8c744ce..c2c686f 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -89,7 +89,7 @@
  *
  * <important>
  * The #GtkFileChooserButton will ellipsize the label,
- * and thus will thus request little horizontal space.  To give the button
+ * and will thus request little horizontal space.  To give the button
  * more space, you should call gtk_widget_get_preferred_size(),
  * gtk_file_chooser_button_set_width_chars(), or pack the button in
  * such a way that other interface elements give space to the widget.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]