Skip to content

Commit bb081d6

Browse files
committed
rustc: Typo: "unput" -> "input"
1 parent 736969f commit bb081d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impure fn parse_input(session.session sess,
4646
} else if (_str.ends_with(input, ".rs")) {
4747
ret parser.parse_crate_from_source_file(p);
4848
}
49-
sess.err("unknown unput file type: " + input);
49+
sess.err("unknown input file type: " + input);
5050
fail;
5151
}
5252

0 commit comments

Comments
 (0)