about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorPatrick McCann <qolop@users.noreply.github.com>2016-08-11 19:04:11 -0400
committerGitHub <noreply@github.com>2016-08-11 19:04:11 -0400
commit629f2aafcfb81c099816e7777650824676595a13 (patch)
tree8f7ff42dae3d85d5b7f2d4c1cf6afce23b5452c0 /src/libstd
parente91b625e86794462c54c3f1bfaeebb2acb709bf9 (diff)
Fix typo
Didn't see this one at first.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/env.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs
index 2c0de960561..75e4d271bf8 100644
--- a/src/libstd/env.rs
+++ b/src/libstd/env.rs
@@ -529,7 +529,7 @@ pub fn temp_dir() -> PathBuf {
 /// 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
 ///