# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID fddf769677f5a9ccf8147ded25cd30ee0af1fe47 # Parent eabb9a047502f3f8dead5996c4b5a4cd45ac80a1 spelling: equivalent diff -r eabb9a047502 -r fddf769677f5 mercurial/byterange.py --- a/mercurial/byterange.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/byterange.py Fri Aug 17 13:58:18 2012 -0700 @@ -431,7 +431,7 @@ Return a tuple whose first element is guaranteed to be an int and whose second element will be '' (meaning: the last byte) or an int. Finally, return None if the normalized tuple == (0,'') - as that is equivelant to retrieving the entire file. + as that is equivalent to retrieving the entire file. """ if range_tup is None: return None