1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-01 17:34:14 +00:00

Fixed typos

This commit is contained in:
Michael Bemmerl 2013-07-21 23:34:48 +02:00
parent dbac7f53a6
commit 1c7ef61c47

View File

@ -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