Skip to content

Commit c3cd92a

Browse files
committed
Merge pull request #6 from timmattison/master
Typo in exception error message
2 parents 7e9e534 + c18de71 commit c3cd92a

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)