launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28534
[Merge] ~jugmac00/launchpad:fix-typo-fingerprint into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo-fingerprint into launchpad:master.
Commit message:
Fix typo
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/423967
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo-fingerprint into launchpad:master.
diff --git a/lib/lp/services/gpg/interfaces.py b/lib/lp/services/gpg/interfaces.py
index ee105ca..7c2ff78 100644
--- a/lib/lp/services/gpg/interfaces.py
+++ b/lib/lp/services/gpg/interfaces.py
@@ -220,7 +220,7 @@ class IGPGHandler(Interface):
def sanitizeFingerprint(fingerprint):
"""Return sanitized fingerprint if well-formed.
- If the firgerprint cannot be sanitized return None.
+ If the fingerprint cannot be sanitized return None.
"""
def getURLForKeyInServer(fingerprint, action=None, public=False):