darwin: fix typo
Signed-off-by: Nathan Hjelm <hjelmn@google.com>
diff --git a/libusb/os/darwin_usb.c b/libusb/os/darwin_usb.c
index b6cc359..2f44471 100644
--- a/libusb/os/darwin_usb.c
+++ b/libusb/os/darwin_usb.c
@@ -2455,7 +2455,7 @@
} 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;
}
}
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index f5aaa73..1a8e712 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11649
+#define LIBUSB_NANO 11650