Typo fix.
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 11 Jan 2005 15:46:19 +0000 (15:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 11 Jan 2005 15:46:19 +0000 (15:46 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gdir.c

index 93d72ab..b1a90ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gdir.c (g_dir_open): Typo fix.
+
 2005-01-10  Owen Taylor  <otaylor@redhat.com>
 
        * Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
index 93d72ab..b1a90ef 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gdir.c (g_dir_open): Typo fix.
+
 2005-01-10  Owen Taylor  <otaylor@redhat.com>
 
        * Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
index 93d72ab..b1a90ef 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gdir.c (g_dir_open): Typo fix.
+
 2005-01-10  Owen Taylor  <otaylor@redhat.com>
 
        * Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
index 93d72ab..b1a90ef 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gdir.c (g_dir_open): Typo fix.
+
 2005-01-10  Owen Taylor  <otaylor@redhat.com>
 
        * Makefile.am (EXTRA_DIST): Add missing ChangeLog.pre*
index 8896b33..67358f7 100644 (file)
@@ -58,7 +58,7 @@ struct _GDir
  * @flags: Currently must be set to 0. Reserved for future use.
  * @error: return location for a #GError, or %NULL.
  *         If non-%NULL, an error will be set if and only if
- *         g_dir_open_fails.
+ *         g_dir_open() fails.
  *
  * Opens a directory for reading. The names of the files in the
  * directory can then be retrieved using g_dir_read_name().