From 13d2b895cd0ced8b0cf2f52de5269e3a21277641 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 2 Sep 2012 09:26:22 -0400 Subject: [PATCH] pg.py: fix incomming -> incoming typo for --respond help. --- bin/pg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pg.py b/bin/pg.py index edfe016..32b86e7 100755 --- 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, - help=('Send automatic response emails to acknowledge incomming ' + help=('Send automatic response emails to acknowledge incoming ' 'messages.')) todo_parser = subparsers.add_parser( -- 2.26.2