Commit aa010569a7efcea429a579de135589b270efda47

Con Kolivas 2014-01-10T11:29:00

Fix HF driver typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-hashfast.c b/driver-hashfast.c
index 192ec45..98496bf 100644
--- a/driver-hashfast.c
+++ b/driver-hashfast.c
@@ -963,7 +963,7 @@ static struct api_data *hfa_api_stats(struct cgpu_info *cgpu)
 	varint = db->inflight_target;
 	root = api_add_int(root, "inflight target", &varint, true);
 	varint = db->sequence_modulus;
-	root = api_add_int(root, "sequence modules", &varint, true);
+	root = api_add_int(root, "sequence modulus", &varint, true);
 
 	s1 = &info->stats1;
 	root = api_add_uint64(root, "rx preambles", &s1->usb_rx_preambles, false);