Fix a typo. (#160162, Tom Copeland)

2004-12-01  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/iochannels.sgml: Fix a typo.  (#160162, Tom Copeland)
This commit is contained in:
Matthias Clasen 2004-12-02 03:37:24 +00:00 committed by Matthias Clasen
parent fb887c5ee7
commit 9b925d5087
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-01 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/iochannels.sgml: Fix a typo. (#160162, Tom Copeland)
2004-11-30 Matthias Clasen <mclasen@redhat.com>
* glib/building.sgml: Document --enable-man and --disable-visibility.

View File

@ -87,7 +87,7 @@ g_get_charset()) with the g_io_channel_set_encoding() function.
</para>
<para>
If you want to read raw binary data without interpretation, then
call the g_io_charset_set_encoding() function with %NULL for the
call the g_io_channel_set_encoding() function with %NULL for the
encoding argument.
</para>