~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/ftpmaster.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
827
827
        removed_by = getUtility(IPersonSet).getByName(self.options.user)
828
828
        if removed_by is None:
829
829
            raise SoyuzScriptError(
830
 
                "Invalid launchpad usename: %s" % self.options.user)
 
830
                "Invalid launchpad username: %s" % self.options.user)
831
831
 
832
832
        removables = []
833
833
        for packagename in self.args: