summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-08-20 23:05:00 +0000
committerbwarsaw2002-08-20 23:05:00 +0000
commitbbea5faafaf22bfcd315d16c12f264a93a18245c (patch)
tree45b678819bc9a7e7b4b5f18c6618b16e5c3ece49
parent71fbadf293ba17d785f25620c7c8f47d1b71fde4 (diff)
downloadmailman-bbea5faafaf22bfcd315d16c12f264a93a18245c.tar.gz
mailman-bbea5faafaf22bfcd315d16c12f264a93a18245c.tar.zst
mailman-bbea5faafaf22bfcd315d16c12f264a93a18245c.zip
typo
-rw-r--r--Mailman/MemberAdaptor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MemberAdaptor.py b/Mailman/MemberAdaptor.py
index 00fe0b9f3..349deefc5 100644
--- a/Mailman/MemberAdaptor.py
+++ b/Mailman/MemberAdaptor.py
@@ -24,7 +24,7 @@ get info out of LDAP, Zope, other, or any combination of the above.
Members have three pieces of identifying information: a unique identifying
opaque key (KEY), a lower-cased email address (LCE), and a case-preserved
-email (CPE) address. Adpators must ensure that both member keys and lces can
+email (CPE) address. Adaptors must ensure that both member keys and lces can
uniquely identify a member, and that they can (usually) convert freely between
keys and lces. Most methods must accept either a key or an lce, unless
specifically documented otherwise.