author | timeless@mozdev.org |
Fri, 17 Aug 2012 13:58:18 -0700 | |
changeset 17507 | f25613683e52 |
parent 17506 | a2105debbbd4 |
child 17508 | 57fb8c9509f4 |
--- a/mercurial/byterange.py Fri Aug 17 13:58:18 2012 -0700 +++ b/mercurial/byterange.py Fri Aug 17 13:58:18 2012 -0700 @@ -64,7 +64,7 @@ class RangeableFileObject(object): """File object wrapper to enable raw range handling. - This was implemented primarilary for handling range + This was implemented primarily for handling range specifications for file:// urls. This object effectively makes a file object look like it consists only of a range of bytes in the stream.