From: Matthias Clasen Date: Thu, 2 Dec 2004 03:37:24 +0000 (+0000) Subject: Fix a typo. (#160162, Tom Copeland) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9b925d508785d1452c446334e1dc3fd18c9de58a;p=dana%2Fcg-glib.git Fix a typo. (#160162, Tom Copeland) 2004-12-01 Matthias Clasen * glib/tmpl/iochannels.sgml: Fix a typo. (#160162, Tom Copeland) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a5169706..1cccfb7d 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Matthias Clasen + + * glib/tmpl/iochannels.sgml: Fix a typo. (#160162, Tom Copeland) + 2004-11-30 Matthias Clasen * glib/building.sgml: Document --enable-man and --disable-visibility. diff --git a/docs/reference/glib/tmpl/iochannels.sgml b/docs/reference/glib/tmpl/iochannels.sgml index 5d98dec0..7ae3245e 100644 --- a/docs/reference/glib/tmpl/iochannels.sgml +++ b/docs/reference/glib/tmpl/iochannels.sgml @@ -87,7 +87,7 @@ g_get_charset()) with the g_io_channel_set_encoding() function. 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.