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.
1 parent 7e9e534 commit c18de71Copy full SHA for c18de71
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