From 1c7ef61c4754731db0602c4ea528f72ab6a4ec7c Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Sun, 21 Jul 2013 23:34:48 +0200 Subject: [PATCH] Fixed typos --- usbutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usbutils.c b/usbutils.c index a0dbbe3c..de39037c 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