diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-10-09 11:17:02 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-10-27 01:59:57 +0000 |
commit | 4fa548ca4f29ebbe0d380509f77b397d82ece464 (patch) | |
tree | f24a4bba61e59fea6ee6d7871cc000ecaea818a2 | |
parent | 6a74319948b2d6a856896b0bb5b67816f6b7c732 (diff) | |
download | patchwork-4fa548ca4f29ebbe0d380509f77b397d82ece464.tar patchwork-4fa548ca4f29ebbe0d380509f77b397d82ece464.tar.gz |
tests: Fix a typo in the MboxPassThroughHeaderTest description
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r-- | patchwork/tests/test_mboxviews.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/tests/test_mboxviews.py b/patchwork/tests/test_mboxviews.py index 02d04cb..fbea322 100644 --- a/patchwork/tests/test_mboxviews.py +++ b/patchwork/tests/test_mboxviews.py @@ -132,7 +132,7 @@ class MboxBrokenFromHeaderTest(TestCase): """ Test that a person with characters outside ASCII in his name do produce correct From header. As RFC 2822 state we must retain the - <user@doamin.tld> format for the mail while the name part may be coded + <user@domain.tld> format for the mail while the name part may be coded in some ways. """ def setUp(self): |