Typo fix.

This commit is contained in:
Matthias Clasen 2005-01-11 15:46:19 +00:00
parent 9ebd67bf45
commit bb2a51ab7b
5 changed files with 17 additions and 1 deletions

View 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*

View 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*

View 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*

View 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*

View 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().