diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2010-06-14 17:38:58 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2010-06-14 17:46:09 +0300 |
commit | ef6ef8422173bca40ac843430efcf42227c77f26 (patch) | |
tree | 7044376407225d31b05668f96427626e9abf0e67 /gtk/gtkfilechooser.c | |
parent | e044efdbd272f117129a2478a07574a490962568 (diff) | |
download | gtk+-ef6ef8422173bca40ac843430efcf42227c77f26.tar.gz |
Fix typo in docs for GtkFileChooser
Reported by Martin Olsson in
https://bugzilla.gnome.org/show_bug.cgi?id=621479
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index e93f8695df..996377df92 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -44,7 +44,7 @@ * * #GtkFileChooser allows for shortcuts to various places in the filesystem. * In the default implementation these are displayed in the left pane. It - * may be a bit confusing at first taht these shortcuts come from various + * may be a bit confusing at first that these shortcuts come from various * sources and in various flavours, so lets explain the terminology here: * <variablelist> * <varlistentry> |