~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-22 15:04:52 UTC
  • mfrom: (4764.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091022150452-ii7isyvx3j3jsvm5
(vila)(trivial) Fix typos in a doc string

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    register_transport_provider( ) ( and the "lazy" variant )
109
109
 
110
110
    This is needed because:
111
 
    a) a single provider can support multple protcol ( like the ftp
 
111
    a) a single provider can support multiple protocols ( like the ftp
112
112
    provider which supports both the ftp:// and the aftp:// protocols )
113
113
    b) a single protocol can have multiple providers ( like the http://
114
114
    protocol which is supported by both the urllib and pycurl provider )