From 9b925d508785d1452c446334e1dc3fd18c9de58a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Dec 2004 03:37:24 +0000 Subject: [PATCH] Fix a typo. (#160162, Tom Copeland) 2004-12-01 Matthias Clasen * glib/tmpl/iochannels.sgml: Fix a typo. (#160162, Tom Copeland) --- docs/reference/ChangeLog | 4 ++++ docs/reference/glib/tmpl/iochannels.sgml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.34.1