Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin S. <marcin@realemail.net>
  • Loading branch information
RalfJung and mrcnski committed Sep 6, 2023
1 parent fc75f72 commit 98c94ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sys/unix/process/process_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ impl fmt::Debug for Command {
write!(f, "env -i ")?;
// Altered env vars will be printed next, that should exactly work as expected.
} else {
// Removed env vars need the command to be wrappen in `env`.
// Removed env vars need the command to be wrapped in `env`.
let mut any_removed = false;
for (key, value_opt) in self.get_envs() {
if value_opt.is_none() {
Expand Down

0 comments on commit 98c94ec

Please sign in to comment.