~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-06 04:33:55 UTC
  • mfrom: (4031.3.3 faspell-typos)
  • Revision ID: pqm@pqm.ubuntu.com-20090406043355-a94p92pr191lpmv1
(Matt Nordhoff, Frank Aspell) Fix typos in documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
 
176
176
        This operates precisely like 'bzrdir.create_repository'.
177
177
 
178
 
        If a bzrdir is not present, an exception is propogated
 
178
        If a bzrdir is not present, an exception is propagated
179
179
        rather than 'no branch' because these are different conditions (and
180
180
        this method should only be called after establishing that a bzr dir
181
181
        exists anyway).
232
232
 
233
233
        This operates precisely like 'bzrdir.find_repository'.
234
234
 
235
 
        If a bzrdir is not present, an exception is propogated
 
235
        If a bzrdir is not present, an exception is propagated
236
236
        rather than 'no branch' because these are different conditions.
237
237
 
238
238
        This is the initial version of this method introduced with the smart
255
255
 
256
256
        This operates precisely like 'bzrdir.find_repository'.
257
257
 
258
 
        If a bzrdir is not present, an exception is propogated
 
258
        If a bzrdir is not present, an exception is propagated
259
259
        rather than 'no branch' because these are different conditions.
260
260
 
261
261
        This is the second edition of this method introduced in bzr 1.3, which