From f742d4bdd5e609f9ef0adacb70c1ce6d355856e9 Mon Sep 17 00:00:00 2001
From: James Kirkus-Lamont <jimmy.kl@gmail.com>
Date: Wed, 28 Jun 2017 11:07:41 +1200
Subject: [PATCH] Fix typo in help for --cuda-parallel-hash switch

---
 ethminer/MinerAux.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethminer/MinerAux.h b/ethminer/MinerAux.h
index 7de7d68f3..2f8842c57 100644
--- a/ethminer/MinerAux.h
+++ b/ethminer/MinerAux.h
@@ -600,7 +600,7 @@ public:
 			<< "        yield - Instruct CUDA to yield its thread when waiting for results from the device." << endl
 			<< "        sync  - Instruct CUDA to block the CPU thread on a synchronization primitive when waiting for the results from the device." << endl
 			<< "    --cuda-devices <0 1 ..n> Select which CUDA GPUs to mine on. Default is to use all" << endl
-			<< "    --cude-parallel-hash <1 2 ..8> Define how many hashes to calculate in a kernel, can be scaled to achive better performance. Default=4" << endl
+			<< "    --cuda-parallel-hash <1 2 ..8> Define how many hashes to calculate in a kernel, can be scaled to achive better performance. Default=4" << endl
 #endif
 			;
 	}