Rev 4668: fix typo. in http://bazaar.launchpad.net/~jameinel/bzr/2.1b1-pack-on-the-fly
John Arbash Meinel
john at arbash-meinel.com
Tue Sep 1 22:27:35 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.1b1-pack-on-the-fly
------------------------------------------------------------
revno: 4668
revision-id: john at arbash-meinel.com-20090901212729-1vetogsojqg1go75
parent: john at arbash-meinel.com-20090901212153-lpuduugn7xvpvanl
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1b1-pack-on-the-fly
timestamp: Tue 2009-09-01 16:27:29 -0500
message:
fix typo.
-------------- next part --------------
=== modified file 'bzrlib/groupcompress.py'
--- a/bzrlib/groupcompress.py 2009-09-01 21:21:53 +0000
+++ b/bzrlib/groupcompress.py 2009-09-01 21:27:29 +0000
@@ -554,7 +554,7 @@
total_bytes_used += factory._end - factory._start
last_byte_used = max(last_byte_used, factory._end)
# If we are using most of the bytes from the block, we have nothing
- # else to check (currently more that 1/2)
+ # else to check (currently more than 1/2)
if total_bytes_used * 2 >= self._block._content_length:
return
# Can we just strip off the trailing bytes? If we are going to be
More information about the bazaar-commits
mailing list