Browse Source

Fixed typos

nfactor-troky
Michael Bemmerl 11 years ago
parent
commit
1c7ef61c47
  1. 4
      usbutils.c

4
usbutils.c

@ -1533,8 +1533,8 @@ static int _usb_init(struct cgpu_info *cgpu, struct libusb_device *dev, struct u @@ -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

Loading…
Cancel
Save