Skip to content

Commit eb45bd1

Browse files
committed
---
yaml --- r: 1662 b: refs/heads/master c: bb081d6 h: refs/heads/master v: v3
1 parent 798d09e commit eb45bd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 736969f9fe49b17174c6e06fbb7b1a8331ca94b2
2+
refs/heads/master: bb081d661161f7b68a85a828a998b63bbf6cfd13

trunk/src/comp/driver/rustc.rs

+1-1
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)