You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ed Price <ed...@gmail.com> on 2006/02/26 02:54:02 UTC

[PATCH] libsvn_fs_fs/structure typos

This patch fixes three typos.

[[[
 * subversion/libsvn_fs_fs/structure: Fix typos.
]]]

Index: subversion/libsvn_fs_fs/structure
===================================================================
--- subversion/libsvn_fs_fs/structure	(revision 18619)
+++ subversion/libsvn_fs_fs/structure	(working copy)
@@ -273,9 +273,9 @@
 other digest files which contain information associated with other FS
 paths that are our path's immediate children.

-To answer the question, "Does path FOO have a lock associate with
+To answer the question, "Does path FOO have a lock associated with
 it?", one need only generate the MD5 digest of FOO's
-absolute-in-the-FS path (say, 3b1b011fed614a263986b5c4869604e8), lock
+absolute-in-the-FS path (say, 3b1b011fed614a263986b5c4869604e8), look
 for a file located like so:

    /path/to/repos/locks/3b1/3b1b011fed614a263986b5c4869604e8
@@ -284,6 +284,6 @@

 To inquire about locks on children of the path FOO, you would
 reference the same path as above, but look for a list of children in
-that file (instead of lock information).  Children as listed as MD5
+that file (instead of lock information).  Children are listed as MD5
 digests, too, so you would simply iterate over those digests and
 consult the files they reference, and so on, recursively.

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


Re: [PATCH] libsvn_fs_fs/structure typos

Posted by Peter Lundblad <pe...@famlundblad.se>.
Ed Price writes:
 > This patch fixes three typos.
 > 

r18624.

Thanks,
//Peter

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