~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/gpg.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:
75
75
    20: "G", # ElGamal, compromised
76
76
 
77
77
    FIXME
78
 
    Rewrite it according the experimental API retuning also a name attribute
79
 
    tested on 'algorithmname' attribute
 
78
    Rewrite it according to the experimental API returning also a name
 
79
    attribute tested on 'algorithmname' attribute
80
80
 
81
81
    """
82
82