diff options
Diffstat (limited to 'src/comp')
| -rw-r--r-- | src/comp/driver/rustc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |