Fix a typo. (#151109, Stepan Kasal)
authorMatthias Clasen <maclas@gmx.de>
Mon, 30 Aug 2004 03:54:01 +0000 (03:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 30 Aug 2004 03:54:01 +0000 (03:54 +0000)
Sun Aug 29 23:50:45 2004  Matthias Clasen  <maclas@gmx.de>

* glib/tmpl/fileutils.sgml: Fix a typo.  (#151109, Stepan Kasal)

docs/reference/ChangeLog
docs/reference/glib/tmpl/fileutils.sgml

index 3e77f7e..2a538a8 100644 (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.
index d0780e7..aee0cf2 100644 (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)