darwin: fix typo
authorNathan Hjelm <hjelmn@google.com>
Sun, 8 Aug 2021 15:22:31 +0000 (09:22 -0600)
committerNathan Hjelm <hjelmn@google.com>
Sun, 8 Aug 2021 15:22:31 +0000 (09:22 -0600)
Signed-off-by: Nathan Hjelm <hjelmn@google.com>
libusb/os/darwin_usb.c
libusb/version_nano.h

index b6cc359..2f44471 100644 (file)
@@ -2455,7 +2455,7 @@ static int darwin_detach_kernel_driver (struct libusb_device_handle *dev_handle,
     } else {
       usbi_info (ctx, "no capture entitlements. may not be able to detach the kernel driver for this device");
       if (0 != geteuid()) {
-        usbi_warn (ctx, "USB device capture requires either an entitlement (com.apple.vm.device-access) or root privelege");
+        usbi_warn (ctx, "USB device capture requires either an entitlement (com.apple.vm.device-access) or root privilege");
         return LIBUSB_ERROR_ACCESS;
       }
     }
index f5aaa73..1a8e712 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11649
+#define LIBUSB_NANO 11650