Skip to content

Commit 629f2aa

Browse files
author
Patrick McCann
authored
Fix typo
Didn't see this one at first.
1 parent e91b625 commit 629f2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ pub fn temp_dir() -> PathBuf {
529529
/// This sort of behavior has been known to [lead to privilege escalation] when
530530
/// used incorrectly, for example.
531531
///
532-
/// [lead to privledge escalation]: http://securityvulns.com/Wdocument183.html
532+
/// [lead to privilege escalation]: http://securityvulns.com/Wdocument183.html
533533
///
534534
/// # Examples
535535
///

0 commit comments

Comments
 (0)