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

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 389d2ff8b66737c68d0fb4b20de013d3cda0e449
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad:fix-typo
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
lib/lp/registry/model/person.py (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+412669@code.launchpad.net

Commit message

fix typo

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/registry/model/person.py b/lib/lp/registry/model/person.py
2index 36be643..ad7fd53 100644
3--- a/lib/lp/registry/model/person.py
4+++ b/lib/lp/registry/model/person.py
5@@ -2661,7 +2661,7 @@ class Person(
6 for address in all_addresses:
7 # Delete all email addresses that are not the preferred email
8 # address, or the team's email address. If this method was called
9- # with None, and there is no mailing list, then this condidition
10+ # with None, and there is no mailing list, then this condition
11 # is (None, None), causing all email addresses to be deleted.
12 if address not in (email, mailing_list_email):
13 address.destroySelf()

Subscribers

People subscribed via source and target branches

to status/vote changes: