Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric authored and pvdrz committed Nov 2, 2023
1 parent 558e888 commit d3fb01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/su/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl SuOptions {
let values: Vec<String> = list.split(',').map(str::to_string).collect();
sudo_options.whitelist_environment.extend(values);
} else {
Err("no enivronment whitelist provided")?
Err("no environment whitelist provided")?
}

Ok(())
Expand Down

0 comments on commit d3fb01f

Please sign in to comment.