Skip to content

Commit 56dbcd5

Browse files
committed
Copyedit configure_command comment
1 parent 72daa46 commit 56dbcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ fn configure_command<'a, I: IntoIterator<Item = S>, S: AsRef<OsStr>>(
594594
args: I,
595595
script_result_directory: &Path,
596596
) -> &'a mut std::process::Command {
597-
// For simplicity, we extend the `MSYS` variable from from our own environment. This disregards
597+
// For simplicity, we extend the `MSYS` variable from our own environment. This disregards
598598
// state from any prior `cmd.env("MSYS")` or `cmd.env_remove("MSYS")` calls. Such calls should
599599
// either be avoided, or made after this function returns (but before spawning the command).
600600
let mut msys_for_git_bash_on_windows = env::var_os("MSYS").unwrap_or_default();

0 commit comments

Comments
 (0)