← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typos-in-retrieveKey into launchpad:master.

Commit message:
Fix typos in GPGHandler.retrieveKey

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/423968
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typos-in-retrieveKey into launchpad:master.
diff --git a/lib/lp/services/gpg/handler.py b/lib/lp/services/gpg/handler.py
index 7dd60c9..2757b87 100644
--- a/lib/lp/services/gpg/handler.py
+++ b/lib/lp/services/gpg/handler.py
@@ -458,11 +458,11 @@ class GPGHandler:
     def retrieveKey(self, fingerprint):
         """See IGPGHandler."""
         # XXX cprov 2005-07-05:
-        # Integrate it with the furure proposal related
+        # Integrate it with the future proposal related
         # synchronization of the local key ring with the
         # global one. It should basically consists of be
         # aware of a revoked flag coming from the global
-        # key ring, but it needs "specing"
+        # key ring, but it needs "speccing"
         key = PymeKey(fingerprint)
         if not key.exists_in_local_keyring:
             pubkey = self._getPubKey(fingerprint)