summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRon Steinke <rsteinke@src.gnome.org>2002-01-28 21:17:45 +0000
committerRon Steinke <rsteinke@src.gnome.org>2002-01-28 21:17:45 +0000
commit03b959009503240778053041a21ad5c93ee7cb9f (patch)
tree0ce7818df41c8e2324ee181936527872f46f40b0 /docs
parent28ab192a4ffaa1f95291df6c484683524ad9d2e7 (diff)
downloadglib-03b959009503240778053041a21ad5c93ee7cb9f.tar.gz
Some documentation fixes/elaborations I really should have gotten
in a long time ago
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/glib/tmpl/iochannels.sgml2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 78ee042e9..b48198181 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-28 Ron Steinke <rsteinke@w-link.net>
+
+ * glib/iochannel.sgml: Changed #IOChannelError to
+ #GIOChannelError in one place
+
2002-01-16 Matthias Clasen <matthiasc@poet.de>
* glib/building.sgml, glib/compiling.sgml,
diff --git a/docs/reference/glib/tmpl/iochannels.sgml b/docs/reference/glib/tmpl/iochannels.sgml
index 96e9cd400..acae9f672 100644
--- a/docs/reference/glib/tmpl/iochannels.sgml
+++ b/docs/reference/glib/tmpl/iochannels.sgml
@@ -276,7 +276,7 @@ Error codes returned by #GIOChannel operations.
<!-- ##### MACRO G_IO_CHANNEL_ERROR ##### -->
<para>
Error domain for #GIOChannel operations. Errors in this domain will
-be from the #IOChannelError enumeration. See #GError for information on
+be from the #GIOChannelError enumeration. See #GError for information on
error domains.
</para>