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 2010/06/28 17:25:44 UTC

svn commit: r958602 - /subversion/trunk/subversion/include/svn_ra.h

Author: julianfoad
Date: Mon Jun 28 15:25:43 2010
New Revision: 958602

URL: http://svn.apache.org/viewvc?rev=958602&view=rev
Log:
* subversion/include/svn_ra.h
  (svn_ra_do_status2): Doc string tweak, following r958599.

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

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=958602&r1=958601&r2=958602&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Mon Jun 28 15:25:43 2010
@@ -1156,7 +1156,7 @@ svn_ra_do_switch(svn_ra_session_t *sessi
  * is meant to be examined.
  *
  * Get status as deeply as @a depth indicates. If @a depth is
- * #svn_depth_unknown, get the status down to the current depth of the
+ * #svn_depth_unknown, get the status down to the ambient depth of the
  * working copy. If @depth is deeper than the working copy, include changes
  * that would be needed to populate the working copy to that depth.
  *