fix typo
Co-authored-by: Marcin S. <marcin@realemail.net>
This commit is contained in:
parent
fc75f723f6
commit
98c94ec72f
@ -562,7 +562,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user