]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tests: Fix a typo in the MboxPassThroughHeaderTest description
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 9 Oct 2015 10:17:02 +0000 (11:17 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Tue, 27 Oct 2015 01:59:57 +0000 (01:59 +0000)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/tests/test_mboxviews.py

index 02d04cbe80fd2491bfc2ade2c640d5cc36578609..fbea32215d2ea292fd8dd048ea9afbc09fe55dab 100644 (file)
@@ -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):