You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2013/03/20 19:46:06 UTC

svn commit: r1458997 - /subversion/trunk/subversion/include/svn_mergeinfo.h

Author: cmpilato
Date: Wed Mar 20 18:46:06 2013
New Revision: 1458997

URL: http://svn.apache.org/r1458997
Log:
* subversion/include/svn_mergeinfo.h: Comment typo fixes only.

Modified:
    subversion/trunk/subversion/include/svn_mergeinfo.h

Modified: subversion/trunk/subversion/include/svn_mergeinfo.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_mergeinfo.h?rev=1458997&r1=1458996&r2=1458997&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_mergeinfo.h (original)
+++ subversion/trunk/subversion/include/svn_mergeinfo.h Wed Mar 20 18:46:06 2013
@@ -315,8 +315,8 @@ svn_rangelist_diff(svn_rangelist_t **del
  * in sorted order and be compacted to the minimal number of ranges
  * needed to represent the merged result.
  *
- * If the original rangelisted contain non collapsed adjacent ranges, the
- * final result is not guaranteed to be compacted either.
+ * If the original rangelist contains non-collapsed adjacent ranges,
+ * the final result is not guaranteed to be compacted either.
  *
  * Use @a scratch_pool for temporary allocations.
  *