Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter authored and andelf committed Nov 13, 2023
1 parent 4b47872 commit 8676cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/usb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl UsbTransport {
#[cfg(target_os = "windows")]
Err(rusb::Error::NotSupported) => {
log::error!("Failed to open USB device: {:?}", device);
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");
anyhow::bail!("Failed to open USB device on Windows");
}
#[cfg(target_os = "linux")]
Expand Down

0 comments on commit 8676cc5

Please sign in to comment.