Commit 1c7ef61c4754731db0602c4ea528f72ab6a4ec7c

Michael Bemmerl 2013-07-21T23:34:48

Fixed typos

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/usbutils.c b/usbutils.c
index a0dbbe3..de39037 100644
--- a/usbutils.c
+++ b/usbutils.c
@@ -1533,8 +1533,8 @@ static int _usb_init(struct cgpu_info *cgpu, struct libusb_device *dev, struct u
 		switch (err) {
 			case LIBUSB_ERROR_ACCESS:
 				applog(LOG_ERR,
-					"USB init open device failed, err %d, "
-					"you dont have priviledge to access %s",
+					"USB init, open device failed, err %d, "
+					"you don't have privilege to access %s",
 					err, devstr);
 				break;
 #ifdef WIN32