Fix Docbook tag typo
authorRoss Burton <rburton@src.gnome.org>
Wed, 3 Aug 2005 19:44:52 +0000 (19:44 +0000)
committerRoss Burton <rburton@src.gnome.org>
Wed, 3 Aug 2005 19:44:52 +0000 (19:44 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gstdio.c

index bcc679d..cffcdea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * glib/gstdio.c:
+       Fix DocBook tag typo. (#311966)
+
 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
index bcc679d..cffcdea 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * glib/gstdio.c:
+       Fix DocBook tag typo. (#311966)
+
 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
index bcc679d..cffcdea 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * glib/gstdio.c:
+       Fix DocBook tag typo. (#311966)
+
 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
index bcc679d..cffcdea 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-03  Ross Burton  <ross@burtonini.com>
+
+       * glib/gstdio.c:
+       Fix DocBook tag typo. (#311966)
+
 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS.  (#312424)
index 6809b29..53cd135 100644 (file)
@@ -857,7 +857,7 @@ g_rmdir (const gchar *filename)
  * 
  * See the C library manual for more details about fopen().
  *
- * Returns: A <typename>FILE</typename> pointer if the file was successfully
+ * Returns: A <type>FILE</type> pointer if the file was successfully
  *    opened, or %NULL if an error occurred
  * 
  * Since: 2.6
@@ -935,7 +935,7 @@ g_fopen (const gchar *filename,
  * 
  * See the C library manual for more details about freopen().
  *
- * Returns: A <typename>FILE</typename> pointer if the file was successfully
+ * Returns: A <type>FILE</type> pointer if the file was successfully
  *    opened, or %NULL if an error occurred.
  * 
  * Since: 2.6