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 4b47872 commit 8676cc5Copy full SHA for 8676cc5
src/transport/usb.rs
@@ -60,7 +60,7 @@ impl UsbTransport {
60
#[cfg(target_os = "windows")]
61
Err(rusb::Error::NotSupported) => {
62
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");
+ log::warn!("It's likely no WinUSB/LibUSB drivers installed. Please install it from Zadig. See also: https://zadig.akeo.ie");
64
anyhow::bail!("Failed to open USB device on Windows");
65
}
66
#[cfg(target_os = "linux")]
0 commit comments