Mercurial > hg
changeset 17489:fddf769677f5
spelling: equivalent
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | eabb9a047502 |
children | a03c3ba3e4b5 |
files | mercurial/byterange.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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