pg.py: fix incomming -> incoming typo for --respond help.
authorW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 13:26:22 +0000 (09:26 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 13:26:22 +0000 (09:26 -0400)
bin/pg.py

index edfe0164b62166b97fbbcb8d861d3f0e3ff8bf0a..32b86e70b2a4ea879583c4a4e8b3fd3d3f601324 100755 (executable)
--- a/bin/pg.py
+++ b/bin/pg.py
@@ -140,7 +140,7 @@ if __name__ == '__main__':
               'actually marked as late'))
     mailpipe_parser.add_argument(
         '-r', '--respond', default=False, action='store_const', const=True,
               'actually marked as late'))
     mailpipe_parser.add_argument(
         '-r', '--respond', default=False, action='store_const', const=True,
-        help=('Send automatic response emails to acknowledge incomming '
+        help=('Send automatic response emails to acknowledge incoming '
               'messages.'))
 
     todo_parser = subparsers.add_parser(
               'messages.'))
 
     todo_parser = subparsers.add_parser(