You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2018/10/04 13:55:32 UTC

svn commit: r1842813 - /subversion/trunk/subversion/include/svn_client.h

Author: danielsh
Date: Thu Oct  4 13:55:31 2018
New Revision: 1842813

URL: http://svn.apache.org/viewvc?rev=1842813&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_list): Fix error in docstring.

Suggested by: Yasuhito FUTATSUKI

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

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1842813&r1=1842812&r2=1842813&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Thu Oct  4 13:55:31 2018
@@ -6761,7 +6761,7 @@ svn_client_list2(const char *path_or_url
 
 /**
  * Similar to svn_client_list2(), but with @a recurse instead of @a depth.
- * If @a recurse is TRUE, pass #svn_depth_files for @a depth; else
+ * If @a recurse is FALSE, pass #svn_depth_immediates for @a depth; else
  * pass #svn_depth_infinity.
  *
  * @since New in 1.4.