Skip to content

Commit e62258e

Browse files
DebugStevenjyn514
andauthored
fix typo
Co-authored-by: Joshua Nelson <[email protected]>
1 parent d7cac97 commit e62258e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/x_version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::process::{Command, Stdio};
44

55
pub fn check(bad: &mut bool) {
66
let result = Command::new("x").arg("--wrapper-version").stdout(Stdio::piped()).spawn();
7-
// This runs the command inside a temporarily directory.
7+
// This runs the command inside a temporary directory.
88
// This allows us to compare output of result to see if `--wrapper-version` is not a recognized argument to x.
99
let temp_result = Command::new("x")
1010
.arg("--wrapper-version")

0 commit comments

Comments
 (0)