~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/ftpmaster-tools/initialize-from-parent.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:
37
37
            metavar="DISTRO", default="ubuntu", help="Distribution name")
38
38
        self.parser.add_option(
39
39
            "-a", "--arches", dest="arches",
40
 
            help="A comma-seperated list of arches to limit the child "
 
40
            help="A comma-separated list of arches to limit the child "
41
41
            "distroseries to inheriting")
42
42
 
43
43
    def main(self):