launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28536
[Merge] ~jugmac00/launchpad:fix-further-typos-in-gpg-handler into launchpad:master
Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-further-typos-in-gpg-handler into launchpad:master.
Commit message:
Fix typos in gpg/handler.py
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/423969
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-further-typos-in-gpg-handler into launchpad:master.
diff --git a/lib/lp/services/gpg/handler.py b/lib/lp/services/gpg/handler.py
index 7dd60c9..4077fc7 100644
--- a/lib/lp/services/gpg/handler.py
+++ b/lib/lp/services/gpg/handler.py
@@ -97,7 +97,7 @@ class GPGHandler:
def _setNewHome(self):
"""Create a new directory containing the required configuration.
- This method is called inside the class constructor and genereates
+ This method is called inside the class constructor and generates
a new directory (name randomly generated with the 'gpg-' prefix)
containing the proper file configuration and options.
@@ -597,7 +597,7 @@ class PymeKey:
exists_in_local_keyring = False
def __init__(self, fingerprint):
- """Inititalize a key container."""
+ """Initialize a key container."""
if fingerprint:
self._buildFromFingerprint(fingerprint)