[PATCH 6/6] parsemail: Fix typo

Eric Engestrom eric at engestrom.ch
Mon May 2 19:08:32 AEST 2016


Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
 patchwork/bin/parsemail.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patchwork/bin/parsemail.py b/patchwork/bin/parsemail.py
index 78a466e..8648d29 100755
--- a/patchwork/bin/parsemail.py
+++ b/patchwork/bin/parsemail.py
@@ -380,7 +380,7 @@ def clean_subject(subject, drop_prefixes=None):
 def clean_content(content):
     """Remove cruft from the email message.
 
-    Catch ignature (-- ) and list footer (_____) cruft.
+    Catch signature (-- ) and list footer (_____) cruft.
     """
     sig_re = re.compile(r'^(-- |_+)\n.*', re.S | re.M)
     content = sig_re.sub('', content)
-- 
2.8.2



More information about the Patchwork mailing list