diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 14:44:56 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 14:44:56 +0100 |
commit | b7e84e3fc5418641041f95a80f08fe053c004c27 (patch) | |
tree | a0e0865c87e8bd127df674b53b30f3e323c1b255 /umessage.py | |
parent | b80f0a3c1f04c4446ab3f7ec019a3888fa098fab (diff) | |
download | logilab-common-b7e84e3fc5418641041f95a80f08fe053c004c27.tar.gz |
include Dotan Barak spell fixes patch
Diffstat (limited to 'umessage.py')
-rw-r--r-- | umessage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umessage.py b/umessage.py index 7766bdd..3715fcd 100644 --- a/umessage.py +++ b/umessage.py @@ -113,7 +113,7 @@ class UMessage: def multi_addrs(self, header): """return a list of 2-uple (name, address) for the given address (which - is exepected to be an header containing address such as from, to, cc...) + is expected to be an header containing address such as from, to, cc...) """ persons = [] for person in self.get_all(header, ()): |