We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e9e534 + c18de71 commit c3cd92aCopy full SHA for c3cd92a
src/main/java/org/usb4java/javax/AbstractDevice.java
@@ -462,7 +462,7 @@ final void releaseInterface(final byte number) throws UsbException
462
if (result < 0)
463
{
464
throw ExceptionUtils.createPlatformException(
465
- "Uanble to re-attach kernel driver", result);
+ "Unable to re-attach kernel driver", result);
466
}
467
468
0 commit comments