# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:18 # Node ID f25613683e5231bc0d49394565b2587aa9125c2f # Parent a2105debbbd4c0bc773f433fde582a4ec8f92a5d spelling: primarily diff --git a/mercurial/byterange.py b/mercurial/byterange.py --- a/mercurial/byterange.py +++ b/mercurial/byterange.py @@ -64,7 +64,7 @@ class HTTPRangeHandler(urllib2.BaseHandl 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.