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/04/12 17:52:39 UTC

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

Author: julianfoad
Date: Tue Apr 12 15:52:39 2011
New Revision: 1091483

URL: http://svn.apache.org/viewvc?rev=1091483&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_get_update_editor4, svn_wc_get_update_editor3): Fix doc string typos
    from r1091187.

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=1091483&r1=1091482&r2=1091483&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Tue Apr 12 15:52:39 2011
@@ -5318,7 +5318,7 @@ typedef svn_error_t *(*svn_wc_get_file_t
  * #svn_depth_unknown, then in addition to updating PATHS, also set
  * their sticky ambient depth value to @a depth.
  *
- * If @a repository_performs_filtering is TRUE, assume that the server handles
+ * If @a server_performs_filtering is TRUE, assume that the server handles
  * the ambient depth filtering, so this doesn't have to be handled in the
  * editor.
  *
@@ -5353,8 +5353,7 @@ svn_wc_get_update_editor4(const svn_delt
 /** Similar to svn_wc_get_update_editor4, but uses access batons and relative
  * path instead of a working copy context-abspath pair and
  * svn_wc_traversal_info_t instead of an externals callback.  Also,
- * @a fetch_func and @a fetch_baton are ignored. Always sets
- * server_performs_filtering to FALSE.
+ * @a fetch_func and @a fetch_baton are ignored.
  *
  * If @a ti is non-NULL, record traversal info in @a ti, for use by
  * post-traversal accessors such as svn_wc_edited_externals().