summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
diff options
context:
space:
mode:
authorVitaly Tishkov <tvv@sparc.spb.su>2002-05-13 14:16:03 +0000
committerVitaly Tishkov <tvv@src.gnome.org>2002-05-13 14:16:03 +0000
commitf3630587a2e44574384eb73ef5343da9d2a9706f (patch)
tree6ab65f8cda1bf95d9d594af6b7689df4404b874f /gtk/gtkfilesel.c
parentf7d4585d78138438f99f6bf4434b06d51132a5a0 (diff)
downloadgdk-pixbuf-f3630587a2e44574384eb73ef5343da9d2a9706f.tar.gz
gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typos
2002-05-13 Vitaly Tishkov <tvv@sparc.spb.su> * gtk/gtkfilesel.c * gtk/gtkplug.c * gtk/gtkwidget.c * gtk/gtkwindow.c a few typos in docs were fixed
Diffstat (limited to 'gtk/gtkfilesel.c')
-rw-r--r--gtk/gtkfilesel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c
index b6472fe72..aa3fa9a42 100644
--- a/gtk/gtkfilesel.c
+++ b/gtk/gtkfilesel.c
@@ -1171,7 +1171,7 @@ gtk_file_selection_set_filename (GtkFileSelection *filesel,
* @filesel: a #GtkFileSelection
*
* This function returns the selected filename in the on-disk encoding
- * (See g_filename_from_utf8()), which may or may not be the same as that
+ * (see g_filename_from_utf8()), which may or may not be the same as that
* used by GTK+ (UTF-8). To convert to UTF-8, call g_filename_to_utf8().
* The returned string points to a statically allocated buffer and
* should be copied if you plan to keep it around.