You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2012/11/30 17:20:51 UTC

svn commit: r1415730 - /subversion/branches/tree-read-api/BRANCH-README

Author: julianfoad
Date: Fri Nov 30 16:20:50 2012
New Revision: 1415730

URL: http://svn.apache.org/viewvc?rev=1415730&view=rev
Log:
On the 'tree-read-api' branch: A tiny typo fix.

* BRANCH-README: Fix a typo.

Modified:
    subversion/branches/tree-read-api/BRANCH-README

Modified: subversion/branches/tree-read-api/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/tree-read-api/BRANCH-README?rev=1415730&r1=1415729&r2=1415730&view=diff
==============================================================================
--- subversion/branches/tree-read-api/BRANCH-README (original)
+++ subversion/branches/tree-read-api/BRANCH-README Fri Nov 30 16:20:50 2012
@@ -19,7 +19,7 @@ such as traversing two trees in parallel
 Then we could, for example, extend 'svn diff' to be able to compare any
 two arbitrary trees, related or not, such as the unversioned tree
 '/tmp/saved-tests' against the WC tree 'wc/subversion/tests'.  Instead
-of ng this by writing several more variants of the current three
+of doing this by writing several more variants of the current three
 subroutines (WC/WC, WC/repos, repos/repos), in principle we would need
 just one diff subroutine that takes two Tree objects as input.