From a97a8f0c9f50d98bd03c674b934ccadfe5064d7e Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 13 Oct 2015 17:10:27 +0200 Subject: [PATCH] Fix typo: convient -> convenient Signed-off-by: Jakub Wilk --- r2e.1 | 2 +- rss2email/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/r2e.1 b/r2e.1 index 7b5c60c..07e8e50 100644 --- a/r2e.1 +++ b/r2e.1 @@ -141,7 +141,7 @@ You can configure the following items: The email address messages are from by default .IP use-8bit Transfer-Encoding. For local mailing it is safe and -convient to use 8bit. +convenient to use 8bit. .IP force-from True: Only use the 'from' address. False: Use the email address specified by the feed, when possible. diff --git a/rss2email/config.py b/rss2email/config.py index d21d7a5..e8e7141 100644 --- a/rss2email/config.py +++ b/rss2email/config.py @@ -66,7 +66,7 @@ CONFIG['DEFAULT'] = _collections.OrderedDict(( # The email address messages are from by default ('from', 'user@rss2email.invalid'), # Transfer-Encoding. For local mailing it is safe and - # convient to use 8bit. + # convenient to use 8bit. ('use-8bit', str(False)), # True: Only use the 'from' address. # False: Use the email address specified by the feed, when possible. -- 2.26.2