Rev 3765: Fix typo in lp:~vila/bzr/cleanup.various/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Oct 6 07:34:43 BST 2008
At lp:~vila/bzr/cleanup.various/
------------------------------------------------------------
revno: 3765
revision-id: v.ladeuil+lp at free.fr-20081006063436-093sfkx7j1fyfupl
parent: pqm at pqm.ubuntu.com-20081005201827-qf1bsycn8x9qwbbb
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: various
timestamp: Mon 2008-10-06 08:34:36 +0200
message:
Fix typo
-------------- next part --------------
=== modified file 'bzrlib/transport/__init__.py'
--- a/bzrlib/transport/__init__.py 2008-09-25 16:03:22 +0000
+++ b/bzrlib/transport/__init__.py 2008-10-06 06:34:36 +0000
@@ -100,7 +100,7 @@
class TransportListRegistry(registry.Registry):
"""A registry which simplifies tracking available Transports.
- A registration of a new protocol requires two step:
+ A registration of a new protocol requires two steps:
1) register the prefix with the function register_transport( )
2) register the protocol provider with the function
register_transport_provider( ) ( and the "lazy" variant )
More information about the bazaar-commits
mailing list