~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/safe_open.py

  • Committer: Colin Watson
  • Date: 2012-01-06 11:08:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14650.
  • Revision ID: cjwatson@canonical.com-20120106110830-l6lj4zfbixcubel2
Fix a slew of typos that have been annoying me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
    def followReference(self, url):
291
291
        """Get the branch-reference value at the specified url.
292
292
 
293
 
        This exists as a separate method only to be overriden in unit tests.
 
293
        This exists as a separate method only to be overridden in unit tests.
294
294
        """
295
295
        bzrdir = self._open_dir(url)
296
296
        return bzrdir.get_branch_reference()