Rev 5960: Fix typo. in http://bazaar.launchpad.net/~vila/bzr/integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Jun 7 15:18:56 UTC 2011


At http://bazaar.launchpad.net/~vila/bzr/integration/

------------------------------------------------------------
revno: 5960
revision-id: v.ladeuil+lp at free.fr-20110607151855-iy796hvhizjme4rq
parent: v.ladeuil+lp at free.fr-20110607133627-50b36je4qoka0t3m
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Tue 2011-06-07 17:18:55 +0200
message:
  Fix typo.
-------------- next part --------------
=== modified file 'bzrlib/export/__init__.py'
--- a/bzrlib/export/__init__.py	2011-06-06 09:31:59 +0000
+++ b/bzrlib/export/__init__.py	2011-06-07 15:18:55 +0000
@@ -226,7 +226,7 @@
 register_lazy_exporter('tlzma', ['.tar.lzma'], 'bzrlib.export.tar_exporter',
                        'tar_lzma_exporter_generator')
 register_lazy_exporter('txz', ['.tar.xz'], 'bzrlib.export.tar_exporter',
-                       'tar_xz_exporte_generatorr')
+                       'tar_xz_exporter_generator')
 register_lazy_exporter('zip', ['.zip'], 'bzrlib.export.zip_exporter',
                        'zip_exporter_generator')
 



More information about the bazaar-commits mailing list