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 2011/01/27 13:04:46 UTC

svn commit: r1064097 - /subversion/trunk/subversion/include/svn_wc.h

Author: julianfoad
Date: Thu Jan 27 12:04:46 2011
New Revision: 1064097

URL: http://svn.apache.org/viewvc?rev=1064097&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_crop_tree2): Typo fix in the doc string: remove an extraneous word
    left over from r879582.

Modified:
    subversion/trunk/subversion/include/svn_wc.h

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1064097&r1=1064096&r2=1064097&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Thu Jan 27 12:04:46 2011
@@ -7341,7 +7341,7 @@ svn_wc_set_changelist(const char *path,
  * (e.g., #svn_depth_infinity).
  *
  * @a wc_ctx contains a tree lock, for the local path to the working copy
- *  which will be used as the root of this operation.  If
+ * which will be used as the root of this operation.
  *
  * If @a cancel_func is not @c NULL, call it with @a cancel_baton at
  * various points to determine if the client has cancelled the operation.