Skip to content

Commit c18de71

Browse files
author
Tim Mattison
committed
Typo
1 parent 7e9e534 commit c18de71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/usb4java/javax/AbstractDevice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ final void releaseInterface(final byte number) throws UsbException
462462
if (result < 0)
463463
{
464464
throw ExceptionUtils.createPlatformException(
465-
"Uanble to re-attach kernel driver", result);
465+
"Unable to re-attach kernel driver", result);
466466
}
467467
}
468468

0 commit comments

Comments
 (0)