Skip to content

Commit 5a92c08

Browse files
typing is hard
1 parent 396cde5 commit 5a92c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/transfer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async fn main() -> Result<()> {
4343
}
4444
cmd => {
4545
print_usage();
46-
bail!("unkown command {}", cmd);
46+
bail!("unknown command {}", cmd);
4747
}
4848
}
4949

0 commit comments

Comments
 (0)