diff mbox

[3/3] tests: Fix a typo in the MboxPassThroughHeaderTest description

Message ID 1444385822-24254-4-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 9, 2015, 10:17 a.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 patchwork/tests/test_mboxviews.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane Oct. 9, 2015, 11:21 p.m. UTC | #1
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>


Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Stephen Finucane Oct. 27, 2015, 2:02 a.m. UTC | #2
> > Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

> 

> Acked-by: Stephen Finucane <stephen.finucane@intel.com>


Merged.
diff mbox

Patch

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):