config: Fix 'massage' -> 'message' typo
authorFrançois Boulogne <fboulogne sciunto org>
Sun, 29 Sep 2013 20:20:35 +0000 (22:20 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 18:22:17 +0000 (10:22 -0800)
Signed-off-by: François Boulogne <fboulogne sciunto org>
Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/config.py

index 6b5155fa8056d7ed9b888e9b79fe7fa2f1d2add5..7c0ca3dd55a01a9e965fd49ca266c4e08e192e0b 100644 (file)
@@ -115,7 +115,7 @@ CONFIG['DEFAULT'] = _collections.OrderedDict((
         # Example: post-process = 'rss2email.post_process.downcase downcase_message'
         ('post-process', ''),
         # User processing hooks for digest messages.  If 'digest' is
-        # enabled, the usual 'post-process' hook gets to massage the
+        # enabled, the usual 'post-process' hook gets to message the
         # per-entry messages, but this hook is called with the full
         # digest message before it is mailed.
         # Example: digest-post-process = 'rss2email.post_process.downcase downcase_message'