summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r--libusb/libusb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index 648f776..05c5069 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -762,10 +762,10 @@ enum libusb_error {
// TODO: libusb_strerror
/** A detacheable kernel driver is in use */
- LIBUSB_ERROR_DETACHEABLE_DRIVER_IN_USE = -13,
+ LIBUSB_ERROR_DETACHABLE_DRIVER_IN_USE = -13,
/** A non-detacheable driver is in use */
- LIBUSB_ERROR_NON_DETACHEABLE_DRIVER_IN_USE = -14,
+ LIBUSB_ERROR_NON_DETACHABLE_DRIVER_IN_USE = -14,
/** A driver has not been installed for this device (Windows) */
LIBUSB_ERROR_NO_DRIVER = -15,