mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
rustc: Typo: "unput" -> "input"
This commit is contained in:
parent
736969f9fe
commit
bb081d6611
@ -46,7 +46,7 @@ impure fn parse_input(session.session sess,
|
||||
} else if (_str.ends_with(input, ".rs")) {
|
||||
ret parser.parse_crate_from_source_file(p);
|
||||
}
|
||||
sess.err("unknown unput file type: " + input);
|
||||
sess.err("unknown input file type: " + input);
|
||||
fail;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user