Mercurial > hg-stable
changeset 17507:f25613683e52
spelling: primarily
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | a2105debbbd4 |
children | 57fb8c9509f4 |
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 @@ -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.