Author: hartmannathan Date: Tue Dec 7 03:51:37 2021 New Revision: 1895645 URL: http://svn.apache.org/viewvc?rev=1895645&view=rev Log: Fix typo in comment
* subversion/libsvn_client/merge.c (do_automatic_merge_locked): s/sutree/subtree/. Modified: subversion/trunk/subversion/libsvn_client/merge.c Modified: subversion/trunk/subversion/libsvn_client/merge.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/merge.c?rev=1895645&r1=1895644&r2=1895645&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_client/merge.c (original) +++ subversion/trunk/subversion/libsvn_client/merge.c Tue Dec 7 03:51:37 2021 @@ -12948,7 +12948,7 @@ do_automatic_merge_locked(svn_client__co for the root path of the merge). An improvement would be to change find_automatic_merge() to - find the base for each sutree, and then here use the oldest base + find the base for each subtree, and then here use the oldest base among all subtrees. */ apr_array_header_t *merge_sources; svn_ra_session_t *ra_session = NULL;