Skip to content

Commit

Permalink
Fix typo (privledge->privilege)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick McCann authored Jul 20, 2016
1 parent 9d5965a commit e91b625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ pub fn temp_dir() -> PathBuf {
/// Ok("/home/alex/bar")
/// ```
///
/// This sort of behavior has been known to [lead to privledge escalation] when
/// This sort of behavior has been known to [lead to privilege escalation] when
/// used incorrectly, for example.
///
/// [lead to privledge escalation]: http://securityvulns.com/Wdocument183.html
Expand Down

0 comments on commit e91b625

Please # to comment.