Skip to content

Commit d79d09a

Browse files
committed
spelling: variable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 5957512 commit d79d09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fn main() {
8181
"miri" => phase_cargo_miri(args),
8282
"runner" => phase_runner(args, RunnerPhase::Cargo),
8383
arg if arg == env::var("RUSTC").unwrap() => {
84-
// If the first arg is equal to the RUSTC env ariable (which should be set at this
84+
// If the first arg is equal to the RUSTC env variable (which should be set at this
8585
// point), then we need to behave as rustc. This is the somewhat counter-intuitive
8686
// behavior of having both RUSTC and RUSTC_WRAPPER set
8787
// (see https://github.com/rust-lang/cargo/issues/10886).

0 commit comments

Comments
 (0)