Log
[[[
Follow-up to r873134. Update comment with correct function name.
* subversion/svn/copy-cmd.c
(svn_cl__copy): Fix comment
Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
]]]
Index: subversion/svn/copy-cmd.c
===================================================================
--- subversion/svn/copy-cmd.c (revision 1042948)
+++ subversion/svn/copy-cmd.c (working copy)
@@ -79,7 +79,7 @@
SVN_ERR(svn_cl__eat_peg_revisions(&targets, targets, pool));
/* Figure out which type of trace editor to use.
- If the src_paths are not homogeneous, setup_copy will return an error. */
+ If the src_paths are not homogeneous, try_copy will return an error. */
src_path = APR_ARRAY_IDX(targets, 0, const char *);
srcs_are_urls = svn_path_is_url(src_path);
dst_path = APR_ARRAY_IDX(targets, targets->nelts - 1, const char *);