1
Fork 0

Fix typo (privledge->privilege)

This commit is contained in:
Patrick McCann 2016-07-20 16:43:53 -04:00 committed by GitHub
parent 9d5965a5e8
commit e91b625e86

View file

@ -526,7 +526,7 @@ pub fn temp_dir() -> PathBuf {
/// Ok("/home/alex/bar") /// 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. /// used incorrectly, for example.
/// ///
/// [lead to privledge escalation]: http://securityvulns.com/Wdocument183.html /// [lead to privledge escalation]: http://securityvulns.com/Wdocument183.html