author | timeless@mozdev.org |
Fri, 17 Aug 2012 13:58:18 -0700 | |
changeset 17489 | fddf769677f5 |
parent 17488 | eabb9a047502 |
child 17490 | a03c3ba3e4b5 |
--- 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