Rollup merge of #151805 - ZenPZero:patch-1, r=jhpratt

Fix grammar in `env::current_exe()#Security`
This commit is contained in:
Stuart Cook 2026-01-29 19:03:34 +11:00 committed by GitHub
commit e397c50de6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.