~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/gpg.py

  • Committer: Aaron Bentley
  • Date: 2007-03-12 13:31:42 UTC
  • mto: (2323.6.9 0.15-integration)
  • mto: This revision was merged to the branch mainline in revision 2342.
  • Revision ID: abentley@panoramicfeedback.com-20070312133142-ox3xn8jpns33gqd7
speling fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
    def sign(self, content):
53
53
        return ("-----BEGIN PSEUDO-SIGNED CONTENT-----\n" + content +
54
 
                "-----END PSUDO-SIGNED CONTENT-----\n")
 
54
                "-----END PSEUDO-SIGNED CONTENT-----\n")
55
55
 
56
56
 
57
57
def _set_gpg_tty():