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 396cde5 commit 5a92c08Copy full SHA for 5a92c08
examples/transfer.rs
@@ -43,7 +43,7 @@ async fn main() -> Result<()> {
43
}
44
cmd => {
45
print_usage();
46
- bail!("unkown command {}", cmd);
+ bail!("unknown command {}", cmd);
47
48
49
0 commit comments