Skip to content

Commit e91b625

Browse files
author
Patrick McCann
authored
Fix typo (privledge->privilege)
1 parent 9d5965a commit e91b625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ pub fn temp_dir() -> PathBuf {
526526
/// Ok("/home/alex/bar")
527527
/// ```
528528
///
529-
/// This sort of behavior has been known to [lead to privledge escalation] when
529+
/// This sort of behavior has been known to [lead to privilege escalation] when
530530
/// used incorrectly, for example.
531531
///
532532
/// [lead to privledge escalation]: http://securityvulns.com/Wdocument183.html

0 commit comments

Comments
 (0)