Merge ~jugmac00/launchpad:fix-typos-in-retrieveKey into launchpad:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 1f9b5a3fd21f6b085c7fc3d33c826fcf289655bb
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad:fix-typos-in-retrieveKey
Merge into: launchpad:master
Diff against target: 18 lines (+2/-2)
1 file modified
lib/lp/services/gpg/handler.py (+2/-2)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+423968@code.launchpad.net

Commit message

Fix typos in GPGHandler.retrieveKey

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/services/gpg/handler.py b/lib/lp/services/gpg/handler.py
2index 7dd60c9..2757b87 100644
3--- a/lib/lp/services/gpg/handler.py
4+++ b/lib/lp/services/gpg/handler.py
5@@ -458,11 +458,11 @@ class GPGHandler:
6 def retrieveKey(self, fingerprint):
7 """See IGPGHandler."""
8 # XXX cprov 2005-07-05:
9- # Integrate it with the furure proposal related
10+ # Integrate it with the future proposal related
11 # synchronization of the local key ring with the
12 # global one. It should basically consists of be
13 # aware of a revoked flag coming from the global
14- # key ring, but it needs "specing"
15+ # key ring, but it needs "speccing"
16 key = PymeKey(fingerprint)
17 if not key.exists_in_local_keyring:
18 pubkey = self._getPubKey(fingerprint)

Subscribers

People subscribed via source and target branches

to status/vote changes: