Rollup merge of #151805 - ZenPZero:patch-1, r=jhpratt
Fix grammar in `env::current_exe()#Security`
This commit is contained in:
commit
e397c50de6
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ pub fn temp_dir() -> PathBuf {
|
|||
///
|
||||
/// You expected to safely execute the current executable, but you're
|
||||
/// instead executing something completely different. The code you
|
||||
/// just executed run with your privileges.
|
||||
/// just executed runs with your privileges.
|
||||
///
|
||||
/// This sort of behavior has been known to [lead to privilege escalation] when
|
||||
/// used incorrectly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue