launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #16667
[Merge] lp:~cjwatson/launchpad/restricted-team-typo into lp:launchpad
Colin Watson has proposed merging lp:~cjwatson/launchpad/restricted-team-typo into lp:launchpad.
Commit message:
Fix typo in TeamMembershipPolicy.RESTRICTED definition.
Requested reviews:
Colin Watson (cjwatson)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/restricted-team-typo/+merge/217371
Fix a typo in the definition of TeamMembershipPolicy.RESTRICTED, which is visible on /people/+newteam.
--
https://code.launchpad.net/~cjwatson/launchpad/restricted-team-typo/+merge/217371
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/registry/enums.py'
--- lib/lp/registry/enums.py 2013-03-12 03:18:18 +0000
+++ lib/lp/registry/enums.py 2014-04-28 00:35:00 +0000
@@ -237,7 +237,7 @@
RESTRICTED = DBItem(3, """
Restricted Team
- Membership is exlusive; team administrators can invite users and
+ Membership is exclusive; team administrators can invite users and
exclusive teams to join.
""")
References