From bb081d661161f7b68a85a828a998b63bbf6cfd13 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 15 Mar 2011 15:07:41 -0700 Subject: rustc: Typo: "unput" -> "input" --- src/comp/driver/rustc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index ed61b340..51151742 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -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; } -- cgit v1.2.3