Author: julianfoad
Date: Mon Jul 30 15:27:06 2012
New Revision: 1367118

URL: http://svn.apache.org/viewvc?rev=1367118&view=rev
Log:
* subversion/libsvn_subr/mergeinfo.c
  (rangelist_intersect_or_remove): Fix a typo.

Modified:
    subversion/trunk/subversion/libsvn_subr/mergeinfo.c

Modified: subversion/trunk/subversion/libsvn_subr/mergeinfo.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/mergeinfo.c?rev=1367118&r1=1367117&r2=1367118&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/mergeinfo.c (original)
+++ subversion/trunk/subversion/libsvn_subr/mergeinfo.c Mon Jul 30 15:27:06 2012
@@ -1263,7 +1263,7 @@ svn_mergeinfo__set_inheritance(svn_merge
 
    If CONSIDER_INHERITANCE is true, then take the inheritance of the
    ranges in RANGELIST1 and RANGELIST2 into account when comparing them
-   for intersection, see the doc string for svn_rangelist_intersection().
+   for intersection, see the doc string for svn_rangelist_intersect().
 
    If CONSIDER_INHERITANCE is false, then ranges with differing inheritance
    may intersect, but the resulting intersection is non-inheritable only


Reply via email to