From 74ea4b70d5c0ff34341e41f77cfd3fd0e701a042 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 29 Sep 2013 22:20:35 +0200 Subject: [PATCH] config: Fix 'massage' -> 'message' typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: François Boulogne Signed-off-by: W. Trevor King --- rss2email/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.26.2