We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc75f72 commit 98c94ecCopy full SHA for 98c94ec
library/std/src/sys/unix/process/process_common.rs
@@ -562,7 +562,7 @@ impl fmt::Debug for Command {
562
write!(f, "env -i ")?;
563
// Altered env vars will be printed next, that should exactly work as expected.
564
} else {
565
- // Removed env vars need the command to be wrappen in `env`.
+ // Removed env vars need the command to be wrapped in `env`.
566
let mut any_removed = false;
567
for (key, value_opt) in self.get_envs() {
568
if value_opt.is_none() {
0 commit comments