Skip to content

Commit

Permalink
Rollup merge of rust-lang#34941 - qolop:patch-2, r=apasel422
Browse files Browse the repository at this point in the history
Fix typo (privledge->privilege)
  • Loading branch information
eddyb committed Aug 14, 2016
2 parents 2e29b12 + 629f2aa commit 9d1900b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,10 @@ 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
/// [lead to privilege escalation]: http://securityvulns.com/Wdocument183.html
///
/// # Examples
///
Expand Down

0 comments on commit 9d1900b

Please sign in to comment.