Fix a typo. (#160162, Tom Copeland)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 2 Dec 2004 03:37:24 +0000 (03:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 2 Dec 2004 03:37:24 +0000 (03:37 +0000)
2004-12-01  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/iochannels.sgml: Fix a typo.  (#160162, Tom Copeland)

docs/reference/ChangeLog
docs/reference/glib/tmpl/iochannels.sgml

index a516970..1cccfb7 100644 (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.
index 5d98dec..7ae3245 100644 (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>