Skip to content

Commit ed8b7ea

Browse files
committed
Rollup merge of #27080 - soderstroff:kristof-patch, r=Gankro
I fixed a single character typo. r? @steveklabnik
2 parents 07b337c + 2d32a15 commit ed8b7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! Inspection and manipulation of the process's environment.
1212
//!
1313
//! This module contains methods to inspect various aspects such as
14-
//! environment varibles, process arguments, the current directory, and various
14+
//! environment variables, process arguments, the current directory, and various
1515
//! other important directories.
1616
1717
#![stable(feature = "env", since = "1.0.0")]

0 commit comments

Comments
 (0)