1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Merge pull request #466 from mibe/master

Fixed typos
This commit is contained in:
kanoi 2013-09-03 23:57:33 -07:00
commit 9282054987

View File

@ -1552,8 +1552,8 @@ static int _usb_init(struct cgpu_info *cgpu, struct libusb_device *dev, struct u
switch (err) { switch (err) {
case LIBUSB_ERROR_ACCESS: case LIBUSB_ERROR_ACCESS:
applog(LOG_ERR, applog(LOG_ERR,
"USB init open device failed, err %d, " "USB init, open device failed, err %d, "
"you dont have priviledge to access %s", "you don't have privilege to access %s",
err, devstr); err, devstr);
break; break;
#ifdef WIN32 #ifdef WIN32