Fix typo: convient -> convenient
[rss2email.git] / rss2email / config.py
index 78c4fb19fa5cd9a295a02207cec83165fc6dac74..e8e7141fa0dcd8ab060467cceee5287ed7abc71f 100644 (file)
@@ -1,14 +1,16 @@
-# Copyright (C) 2004-2013 Aaron Swartz
+# Copyright (C) 2004-2014 Aaron Swartz
 #                         Brian Lalor
 #                         Dean Jackson
 #                         Dmitry Bogatov <KAction@gnu.org>
 #                         Erik Hetzner
 #                         Etienne Millon <me@emillon.org>
+#                         George Saunders <georgesaunders@gmail.com>
 #                         Joey Hess
 #                         Lindsey Smith <lindsey.smith@gmail.com>
 #                         Marcel Ackermann
 #                         Martin 'Joey' Schulze
 #                         Matej Cepl
+#                         Thiago Coutinho <root@thiagoc.net>
 #                         W. Trevor King <wking@tremily.us>
 #
 # This file is part of rss2email.
@@ -64,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.
@@ -121,7 +123,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'