diff options
author | Edward Betts <edward@4angle.com> | 2020-03-27 21:25:54 +0000 |
---|---|---|
committer | Edward Betts <edward@4angle.com> | 2020-03-27 21:25:54 +0000 |
commit | 94710b2803780ab16fb30b79010f8e27cf115512 (patch) | |
tree | 000f8ed47d8062261c78d47ab237350eb75257e3 /python/fatcat_harvest.py | |
parent | 3ff5c1f371fb6764df415e816884e1be0577088c (diff) | |
download | fatcat-94710b2803780ab16fb30b79010f8e27cf115512.tar.gz fatcat-94710b2803780ab16fb30b79010f8e27cf115512.zip |
Correct spelling mistakes
Diffstat (limited to 'python/fatcat_harvest.py')
-rwxr-xr-x | python/fatcat_harvest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_harvest.py b/python/fatcat_harvest.py index 58bef9ca..efd78685 100755 --- a/python/fatcat_harvest.py +++ b/python/fatcat_harvest.py @@ -83,7 +83,7 @@ def main(): help="Kafka topic namespace to use (eg, prod, qa, dev)") parser.add_argument('--start-date', default=None, type=mkdate, - help="begining of harvest period") + help="beginning of harvest period") parser.add_argument('--end-date', default=None, type=mkdate, help="end of harvest period") |