~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/dscfile.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:
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 "