Skip to content

Commit

Permalink
rustc: Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
damag committed Mar 18, 2012
1 parent 132266b commit 38ac87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustc/driver/rustc.rs
Expand Up @@ -93,7 +93,7 @@ fn run_compiler(args: [str], demitter: diagnostic::emitter) {
ret;
}
let ifile = alt vec::len(match.free) {
0u { early_error(demitter, "o input filename given") }
0u { early_error(demitter, "no input filename given") }
1u { match.free[0] }
_ { early_error(demitter, "multiple input filenames provided") }
};
Expand Down

0 comments on commit 38ac87f

Please sign in to comment.