From 94710b2803780ab16fb30b79010f8e27cf115512 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 27 Mar 2020 21:25:54 +0000 Subject: Correct spelling mistakes --- python/fatcat_ingest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_ingest.py') diff --git a/python/fatcat_ingest.py b/python/fatcat_ingest.py index 6fda74c5..6c3c8859 100755 --- a/python/fatcat_ingest.py +++ b/python/fatcat_ingest.py @@ -183,7 +183,7 @@ def main(): help="list of Kafka brokers (host/port) to use") parser.add_argument('--elasticsearch-endpoint', default="https://search.fatcat.wiki", - help="elasticsearch API. internal endpoint prefered, but public is default") + help="elasticsearch API. internal endpoint preferred, but public is default") parser.add_argument('--env', default="dev", help="Kafka topic namespace to use (eg, prod, qa, dev)") -- cgit v1.2.3