about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKristof Söderström <soderstroff@users.noreply.github.com>2015-07-16 20:43:36 -0700
committerKristof Söderström <soderstroff@users.noreply.github.com>2015-07-16 20:43:36 -0700
commit2d32a15667c6d04db96938d1e3e56db34c0a9415 (patch)
treeb69849972f206488b9359c7310f05801c0af6313
parente4e93196e16030ebf7a20c473849534235d676f8 (diff)
downloadrust-2d32a15667c6d04db96938d1e3e56db34c0a9415.tar.gz
rust-2d32a15667c6d04db96938d1e3e56db34c0a9415.zip
Fixed typo
-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 b65e065fe91..6842de56d21 100644
--- a/src/libstd/env.rs
+++ b/src/libstd/env.rs
@@ -11,7 +11,7 @@
 //! Inspection and manipulation of the process's environment.
 //!
 //! This module contains methods to inspect various aspects such as
-//! environment varibles, process arguments, the current directory, and various
+//! environment variables, process arguments, the current directory, and various
 //! other important directories.
 
 #![stable(feature = "env", since = "1.0.0")]