~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/librarianserver/librariangc.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:
144
144
        """)
145
145
    rows = list(cur.fetchall())
146
146
 
147
 
    # Merge the duplicate entries, each one in a seperate transaction
 
147
    # Merge the duplicate entries, each one in a separate transaction
148
148
    for sha1, filesize in rows:
149
149
        cur = con.cursor()
150
150