diff --git a/plugins/currency/ethereum/ethermine_hashrate_ b/plugins/currency/ethereum/ethermine_hashrate_ index baab79dd..9fc60452 100755 --- a/plugins/currency/ethereum/ethermine_hashrate_ +++ b/plugins/currency/ethereum/ethermine_hashrate_ @@ -95,7 +95,7 @@ reader = codecs.getreader("utf-8") try: mining_stats = json.load(reader(mining_stats_raw)) except ValueError: - print("Failed to parse JSON responce.", file=sys.stderr) + print("Failed to parse JSON response.", file=sys.stderr) sys.exit(9) try: diff --git a/plugins/currency/ethereum/etherscan_balance_ b/plugins/currency/ethereum/etherscan_balance_ index 2926b949..38ad62ee 100755 --- a/plugins/currency/ethereum/etherscan_balance_ +++ b/plugins/currency/ethereum/etherscan_balance_ @@ -93,7 +93,7 @@ reader = codecs.getreader("utf-8") try: etherscan_balance = json.load(reader(etherscan_balance_raw)) except ValueError: - print("Failed to parse JSON responce.", file=sys.stderr) + print("Failed to parse JSON response.", file=sys.stderr) sys.exit(9) try: