diff --git a/ChangeLog b/ChangeLog index bcc679dbd..cffcdeab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-03 Ross Burton + + * glib/gstdio.c: + Fix DocBook tag typo. (#311966) + 2005-08-03 Matthias Clasen * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index bcc679dbd..cffcdeab3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-08-03 Ross Burton + + * glib/gstdio.c: + Fix DocBook tag typo. (#311966) + 2005-08-03 Matthias Clasen * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index bcc679dbd..cffcdeab3 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2005-08-03 Ross Burton + + * glib/gstdio.c: + Fix DocBook tag typo. (#311966) + 2005-08-03 Matthias Clasen * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index bcc679dbd..cffcdeab3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-08-03 Ross Burton + + * glib/gstdio.c: + Fix DocBook tag typo. (#311966) + 2005-08-03 Matthias Clasen * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424) diff --git a/glib/gstdio.c b/glib/gstdio.c index 6809b2905..53cd135d5 100644 --- a/glib/gstdio.c +++ b/glib/gstdio.c @@ -857,7 +857,7 @@ g_rmdir (const gchar *filename) * * See the C library manual for more details about fopen(). * - * Returns: A FILE pointer if the file was successfully + * Returns: A FILE 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 FILE pointer if the file was successfully + * Returns: A FILE pointer if the file was successfully * opened, or %NULL if an error occurred. * * Since: 2.6