rustc: Typo: "unput" -> "input"
This commit is contained in:
parent
736969f9fe
commit
bb081d6611
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue