Fix typo in changelog
authorAlexander Larsson <alexl@src.gnome.org>
Mon, 31 Mar 2008 19:21:19 +0000 (19:21 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 31 Mar 2008 19:21:19 +0000 (19:21 +0000)
svn path=/trunk/; revision=6797

gio/ChangeLog

index ae41f9c..0ca8d91 100644 (file)
@@ -1,7 +1,7 @@
 2008-03-31  Alexander Larsson  <alexl@redhat.com>
 
         * glocalfileenumerator.c:
-       Read readdir() info chunks (of 1000) and sort
+       Read readdir() info in chunks (of 1000) and sort
        the chunks by inode before stat:ing.
        This is a 20% performance increase in testing
        gvfs-ls on /usr/bin with cold cache.