Rev 3896: Fix a trivial typo in http://bazaar.launchpad.net/%7Ebzr/bzr/brisbane-core

John Arbash Meinel john at arbash-meinel.com
Sat Mar 21 03:23:08 GMT 2009


At http://bazaar.launchpad.net/%7Ebzr/bzr/brisbane-core

------------------------------------------------------------
revno: 3896
revision-id: john at arbash-meinel.com-20090321032222-n2wbqe0ozhhizwxm
parent: john at arbash-meinel.com-20090320155300-2qdojs8r4loamvmw
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: brisbane-core
timestamp: Fri 2009-03-20 22:22:22 -0500
message:
  Fix a trivial typo
-------------- next part --------------
=== modified file 'bzrlib/groupcompress.py'
--- a/bzrlib/groupcompress.py	2009-03-20 15:43:10 +0000
+++ b/bzrlib/groupcompress.py	2009-03-21 03:22:22 +0000
@@ -223,7 +223,7 @@
                 self._content = ''
             elif self._compressor_name == 'lzma':
                 # We don't do partial lzma decomp yet
-                self._content = pylma.decompress(self._z_content)
+                self._content = pylzma.decompress(self._z_content)
             else:
                 # Start a zlib decompressor
                 assert self._compressor_name == 'zlib'



More information about the bazaar-commits mailing list