Fix typo in doc comment.

2004-11-10  Tor Lillqvist  <tml@iki.fi>

	* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
	comment.
This commit is contained in:
Tor Lillqvist 2004-11-10 14:26:27 +00:00 committed by Tor Lillqvist
parent 68e6b6abab
commit 3eaeb13a36
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
comment.
2004-11-10 Matthias Clasen <mclasen@redhat.com> 2004-11-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates * NEWS: Updates

View File

@ -1,3 +1,8 @@
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
comment.
2004-11-10 Matthias Clasen <mclasen@redhat.com> 2004-11-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates * NEWS: Updates

View File

@ -1,3 +1,8 @@
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
comment.
2004-11-10 Matthias Clasen <mclasen@redhat.com> 2004-11-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates * NEWS: Updates

View File

@ -1,3 +1,8 @@
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
comment.
2004-11-10 Matthias Clasen <mclasen@redhat.com> 2004-11-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates * NEWS: Updates

View File

@ -1,3 +1,8 @@
2004-11-10 Tor Lillqvist <tml@iki.fi>
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
comment.
2004-11-10 Matthias Clasen <mclasen@redhat.com> 2004-11-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates * NEWS: Updates

View File

@ -1017,7 +1017,7 @@ filename_charset_cache_free (gpointer data)
* Determines the preferred character sets used for filenames. * Determines the preferred character sets used for filenames.
* The first character set from the @charsets is the filename encoding, the * The first character set from the @charsets is the filename encoding, the
* subsequent character sets are used when trying to generate a displayable * subsequent character sets are used when trying to generate a displayable
* representation of a filename, see g_filename_get_display_name(). * representation of a filename, see g_filename_display_name().
* *
* The character sets are determined by consulting the environment variables * The character sets are determined by consulting the environment variables
* <envar>G_FILENAME_ENCODING</envar> and <envar>G_BROKEN_FILENAMES</envar>. * <envar>G_FILENAME_ENCODING</envar> and <envar>G_BROKEN_FILENAMES</envar>.