Fix a typo. (#151109, Stepan Kasal)

Sun Aug 29 23:50:45 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/tmpl/fileutils.sgml: Fix a typo.  (#151109, Stepan Kasal)
This commit is contained in:
Matthias Clasen 2004-08-30 03:54:01 +00:00 committed by Matthias Clasen
parent 981fe434ee
commit f04024e32d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Aug 29 23:50:45 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/fileutils.sgml: Fix a typo. (#151109, Stepan Kasal)
2004-08-27 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/fileutils.sgml: Add G_FILE_ERROR_NOSYS.

View File

@ -111,7 +111,7 @@ error domains.
<!-- ##### ENUM GFileTest ##### -->
<para>
A test to perform an a file using g_file_test().
A test to perform on a file using g_file_test().
</para>
@G_FILE_TEST_IS_REGULAR: %TRUE if the file is a regular file (not a symlink or directory)