← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:fix-typo into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:fix-typo 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/412669
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typo into launchpad:master.
diff --git a/lib/lp/registry/model/person.py b/lib/lp/registry/model/person.py
index 36be643..ad7fd53 100644
--- a/lib/lp/registry/model/person.py
+++ b/lib/lp/registry/model/person.py
@@ -2661,7 +2661,7 @@ class Person(
         for address in all_addresses:
             # Delete all email addresses that are not the preferred email
             # address, or the team's email address. If this method was called
-            # with None, and there is no mailing list, then this condidition
+            # with None, and there is no mailing list, then this condition
             # is (None, None), causing all email addresses to be deleted.
             if address not in (email, mailing_list_email):
                 address.destroySelf()