Fix typo: convient -> convenient
authorJakub Wilk <jwilk@jwilk.net>
Tue, 13 Oct 2015 15:10:27 +0000 (17:10 +0200)
committerJakub Wilk <jwilk@jwilk.net>
Tue, 13 Oct 2015 15:10:27 +0000 (17:10 +0200)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
r2e.1
rss2email/config.py

diff --git a/r2e.1 b/r2e.1
index 7b5c60c6986e345579d224ccacf03b27017f5210..07e8e501602714228821e96e3aa7c2149e200045 100644 (file)
--- 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.
index d21d7a54a233d4e9eee2b352481087d6ef34c70b..e8e7141fa0dcd8ab060467cceee5287ed7abc71f 100644 (file)
@@ -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.