summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserutils.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-05-31 04:29:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-31 04:29:01 +0000
commit83f413b1309c83fd477843d4f39fb128f37bce33 (patch)
treeff62f5558f8aebf0b063dab3f6cfc092cb7f2d48 /gtk/gtkfilechooserutils.c
parent540ca682cff8e18ca7d079b6c1250a82f70993f6 (diff)
downloadgtk+-83f413b1309c83fd477843d4f39fb128f37bce33.tar.gz
Fix a typo.
Mon May 31 00:27:33 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooserutils.c (_gtk_file_chooser_set_delegate): Fix a typo. Mon May 31 00:23:55 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooser.c (gtk_file_chooser_set_preview_widget): Refer to ::update-preview, not ::selection-changed.
Diffstat (limited to 'gtk/gtkfilechooserutils.c')
-rw-r--r--gtk/gtkfilechooserutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserutils.c b/gtk/gtkfilechooserutils.c
index 43deeb0529..cd8e850db9 100644
--- a/gtk/gtkfilechooserutils.c
+++ b/gtk/gtkfilechooserutils.c
@@ -151,7 +151,7 @@ _gtk_file_chooser_delegate_iface_init (GtkFileChooserIface *iface)
* Establishes that calls on @receiver for #GtkFileChooser
* methods should be delegated to @delegate, and that
* #GtkFileChooser signals emitted on @delegate should be
- * forwarded to @receiver. Must be used in confunction with
+ * forwarded to @receiver. Must be used in conjunction with
* _gtk_file_chooser_delegate_iface_init().
**/
void