You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Andreas J Koenig <an...@franz.ak.mind.de> on 2004/10/17 09:47:10 UTC

[PATCH] Trivial doc patch

Log message:
[[[
   Fix grammar oops
]]]
Index: doc/book/book/ch05.xml
===================================================================
--- doc/book/book/ch05.xml	(revision 11447)
+++ doc/book/book/ch05.xml	(working copy)
@@ -405,7 +405,7 @@
           size is a bit smaller.</para>
 
         <para>FSFS has different performance characteristics too.
-          When committing a directory with huge numbers a files, FSFS
+          When committing a directory with a huge number of files, FSFS
           uses a O(N) algorithm to append entries, while Berkeley DB
           uses an O(N^2) algorithm to rewrite the whole directory.  On
           the other hand, FSFS writes the latest version of a file as


-- 
andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org