mercurial/byterange.py
changeset 17489 fddf769677f5
parent 15782 7de7630053cb
child 17507 f25613683e52
--- 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