Skip to content

Commit 98c94ec

Browse files
RalfJungmrcnski
andauthored
fix typo
Co-authored-by: Marcin S. <marcin@realemail.net>
1 parent fc75f72 commit 98c94ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/process/process_common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ impl fmt::Debug for Command {
562562
write!(f, "env -i ")?;
563563
// Altered env vars will be printed next, that should exactly work as expected.
564564
} else {
565-
// Removed env vars need the command to be wrappen in `env`.
565+
// Removed env vars need the command to be wrapped in `env`.
566566
let mut any_removed = false;
567567
for (key, value_opt) in self.get_envs() {
568568
if value_opt.is_none() {

0 commit comments

Comments
 (0)