~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/externalbugtracker/bugzilla.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:
318
318
    def initializeRemoteBugDB(self, bug_ids):
319
319
        """See `ExternalBugTracker`.
320
320
 
321
 
        This method is overriden so that Bugzilla version issues can be
 
321
        This method is overridden so that Bugzilla version issues can be
322
322
        accounted for.
323
323
        """
324
324
        if self.version is None: