Mercurial > public > mercurial-scm > hg-stable
diff mercurial/pvec.py @ 17424:e7cfe3587ea4
fix trivial spelling errors
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:38:42 +0200 |
parents | 0d175ac527c1 |
children | 5093d2a87ff6 |
line wrap: on
line diff
--- a/mercurial/pvec.py Tue Aug 28 17:59:08 2012 -0500 +++ b/mercurial/pvec.py Wed Aug 15 22:38:42 2012 +0200 @@ -57,7 +57,7 @@ _depthbytes = _depthbits / 8 _vecbytes = _bytes - _depthbytes _vecbits = _vecbytes * 8 -_radius = (_vecbits - 30) / 2 # high probability vecs are related +_radius = (_vecbits - 30) / 2 # high probability vectors are related def _bin(bs): '''convert a bytestring to a long'''