Skip to content

Commit 2d32a15

Browse files
committed
Fixed typo
1 parent e4e9319 commit 2d32a15

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)