From: François Boulogne Date: Sun, 29 Sep 2013 20:20:35 +0000 (+0200) Subject: config: Fix 'massage' -> 'message' typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74ea4b7;p=rss2email.git config: Fix 'massage' -> 'message' typo Signed-off-by: François Boulogne Signed-off-by: W. Trevor King --- diff --git a/rss2email/config.py b/rss2email/config.py index 6b5155f..7c0ca3d 100644 --- a/rss2email/config.py +++ b/rss2email/config.py @@ -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'