~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/dscfile.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:
511
511
            else:
512
512
                # try to check dsc-mentioned file against its copy already
513
513
                # in librarian, if it's new (aka not found in librarian)
514
 
                # dismiss. It prevent us to have scary duplicated filenames
515
 
                # in Librarian and missapplied files in archive, fixes
516
 
                # bug # 38636 and friends.
 
514
                # dismiss. It prevents us from having scary duplicated
 
515
                # filenames in Librarian and misapplied files in archive,
 
516
                # fixes bug # 38636 and friends.
517
517
                if sub_dsc_file.digest != library_file.content.md5:
518
518
                    yield UploadError(
519
519
                        "File %s already exists in %s, but uploaded version "