Skip to content

Commit

Permalink
Rollup merge of rust-lang#27080 - soderstroff:kristof-patch, r=Gankro
Browse files Browse the repository at this point in the history
I fixed a single character typo.
r? @steveklabnik
  • Loading branch information
Manishearth committed Jul 17, 2015
2 parents 07b337c + 2d32a15 commit ed8b7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit ed8b7ea

Please sign in to comment.