rustc: Typo: "unput" -> "input"

This commit is contained in:
Patrick Walton 2011-03-15 15:07:41 -07:00
parent 736969f9fe
commit bb081d6611

View File

@ -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;
}