diff options
author | Javier Jardón <jjardon@gnome.org> | 2012-01-16 14:49:38 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2012-01-16 14:49:38 +0000 |
commit | 608637b5629c94b540c85b27e82356b164c72e05 (patch) | |
tree | 1a738b78b3c95f3d2f243f077abd01d606f383a4 /gtk/gtkfilechooser.c | |
parent | c6e253564cc68cf3478e4429d520f74fa7455a2c (diff) | |
download | gtk+-608637b5629c94b540c85b27e82356b164c72e05.tar.gz |
Trivial doc fix
Use GLib consistently capitalized in the docs.
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 e9487cb841..06e69b8492 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -81,7 +81,7 @@ * However, filenames are <emphasis>always</emphasis> returned in * the character set specified by the * <envar>G_FILENAME_ENCODING</envar> environment variable. - * Please see the Glib documentation for more details about this + * Please see the GLib documentation for more details about this * variable. * <note> * This means that while you can pass the result of |