From: W. Trevor King Date: Sun, 2 Sep 2012 13:26:22 +0000 (-0400) Subject: pg.py: fix incomming -> incoming typo for --respond help. X-Git-Tag: v0.3~27 X-Git-Url: http://git.tremily.us/?p=pygrader.git;a=commitdiff_plain;h=13d2b895cd0ced8b0cf2f52de5269e3a21277641 pg.py: fix incomming -> incoming typo for --respond help. --- 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(