We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e29b12 + 629f2aa commit db25536Copy full SHA for db25536
src/libstd/env.rs
@@ -526,10 +526,10 @@ pub fn temp_dir() -> PathBuf {
526
/// Ok("/home/alex/bar")
527
/// ```
528
///
529
-/// 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
530
/// used incorrectly, for example.
531
532
-/// [lead to privledge escalation]: http://securityvulns.com/Wdocument183.html
+/// [lead to privilege escalation]: http://securityvulns.com/Wdocument183.html
533
534
/// # Examples
535
0 commit comments