From 1a906274a66dd58bf81836db1306902d4a7dc185 Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Sun, 8 Aug 2021 09:22:31 -0600 Subject: [PATCH] darwin: fix typo Signed-off-by: Nathan Hjelm --- libusb/os/darwin_usb.c | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ 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; } } 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 -- 2.34.1