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:53:07 +00:00
committed by Matthias Clasen
parent 380f32b055
commit bd7ae098d4
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,11 @@
Sun Aug 29 23:50:45 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/fileutils.sgml: Fix a typo. (#151109, Stepan Kasal)
2004-08-13 Matthias Clasen <clasen@redhat.com>
* === Released 2.4.6 ===
2004-08-12 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/threads.sgml: Document the necessity to call

View File

@@ -109,7 +109,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)