Skip to content

Commit 8676cc5

Browse files
rgoulterandelf
authored andcommitted
fix: typo
1 parent 4b47872 commit 8676cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport/usb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl UsbTransport {
6060
#[cfg(target_os = "windows")]
6161
Err(rusb::Error::NotSupported) => {
6262
log::error!("Failed to open USB device: {:?}", device);
63-
log::warn!("It's likely no WinUSB/LibUSB drivers insalled. Please install it from Zadig. See also: https://zadig.akeo.ie");
63+
log::warn!("It's likely no WinUSB/LibUSB drivers installed. Please install it from Zadig. See also: https://zadig.akeo.ie");
6464
anyhow::bail!("Failed to open USB device on Windows");
6565
}
6666
#[cfg(target_os = "linux")]

0 commit comments

Comments
 (0)