You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2011/05/02 11:53:02 UTC

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

Author: gstein
Date: Mon May  2 09:53:02 2011
New Revision: 1098523

URL: http://svn.apache.org/viewvc?rev=1098523&view=rev
Log:
* subversion/include/svn_client.h:
  (svn_client_commit5): strengthen condition on DEPTH param

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=1098523&r1=1098522&r2=1098523&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon May  2 09:53:02 2011
@@ -1932,7 +1932,7 @@ svn_client_import(svn_client_commit_info
  * @a commit_callback with @a commit_baton and a #svn_commit_info_t for
  * the commit.
  *
- * @note #svn_depth_unknown and #svn_depth_exclude should not be passed
+ * @note #svn_depth_unknown and #svn_depth_exclude must not be passed
  * for @a depth.
  *
  * @since New in 1.7.