about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-07-17 19:06:25 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-07-17 15:56:12 +0530
commited8b7ea83e4c10c9a4bd3390b5f24af23a9146dd (patch)
treec6264e5f99eea0c99ac7d99c32446e7347160bfd /src
parent07b337ce33c6c555ce9ff1ad7f97f4acc8434c05 (diff)
parent2d32a15667c6d04db96938d1e3e56db34c0a9415 (diff)
downloadrust-ed8b7ea83e4c10c9a4bd3390b5f24af23a9146dd.tar.gz
rust-ed8b7ea83e4c10c9a4bd3390b5f24af23a9146dd.zip
Rollup merge of #27080 - soderstroff:kristof-patch, r=Gankro
I fixed a single character typo.
r? @steveklabnik
Diffstat (limited to 'src')
-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")]